mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
341 B
TOML
12 lines
341 B
TOML
# Chester
|
|
[colors]
|
|
foreground = "#ffffff"
|
|
background = "#2c3643"
|
|
cursor_bg = "#b4b1b1"
|
|
cursor_fg = "#000000"
|
|
selection_bg = "#67747c"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#080200","#fa5e5b","#16c98d","#ffc83f","#288ad6","#d34590","#28ddde","#e7e7e7"]
|
|
brights = ["#6f6b68","#fa5e5b","#16c98d","#feef6d","#278ad6","#d34590","#27dede","#ffffff"]
|