mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
40afbf1ec9
Sync with 021a00ba1e532e34071a48f999dfa302072e9c43 of https://github.com/mbadolato/iTerm2-Color-Schemes closes: #2013
13 lines
370 B
TOML
13 lines
370 B
TOML
# Grey-green
|
|
[colors]
|
|
foreground = "#ffffff"
|
|
background = "#002a1a"
|
|
cursor_bg = "#fff400"
|
|
cursor_border = "#fff400"
|
|
cursor_fg = "#e1e4e3"
|
|
selection_bg = "#517e50"
|
|
selection_fg = "#e2e2e2"
|
|
|
|
ansi = ["#000000","#fe1414","#74ff00","#f1ff01","#00deff","#ff00f0","#00ffbc","#ffffff"]
|
|
brights = ["#666666","#ff3939","#00ff44","#ffd100","#00afff","#ff008a","#00ffd3","#f5ecec"]
|