mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
341 B
TOML
12 lines
341 B
TOML
# primary
|
|
[colors]
|
|
foreground = "#000000"
|
|
background = "#ffffff"
|
|
cursor_bg = "#000000"
|
|
cursor_fg = "#ffffff"
|
|
selection_bg = "#656565"
|
|
selection_fg = "#eeeeee"
|
|
|
|
ansi = ["#000000","#db4437","#0f9d58","#f4b400","#4285f4","#db4437","#4285f4","#ffffff"]
|
|
brights = ["#000000","#db4437","#0f9d58","#f4b400","#4285f4","#4285f4","#0f9d58","#ffffff"]
|