mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 10:52:16 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
346 B
TOML
12 lines
346 B
TOML
# coffee_theme
|
|
[colors]
|
|
foreground = "#000000"
|
|
background = "#f5deb3"
|
|
cursor_bg = "#c7c7c7"
|
|
cursor_fg = "#fffc67"
|
|
selection_bg = "#c1deff"
|
|
selection_fg = "#000000"
|
|
|
|
ansi = ["#000000","#c91b00","#00c200","#c7c400","#0225c7","#ca30c7","#00c5c7","#c7c7c7"]
|
|
brights = ["#686868","#ff6e67","#5ffa68","#fffc67","#6871ff","#ff77ff","#60fdff","#ffffff"]
|