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
343 B
TOML
12 lines
343 B
TOML
# SpaceGray
|
|
[colors]
|
|
foreground = "#b3b8c3"
|
|
background = "#20242d"
|
|
cursor_bg = "#b3b8c3"
|
|
cursor_fg = "#1d1f21"
|
|
selection_bg = "#16181e"
|
|
selection_fg = "#b3b8c3"
|
|
|
|
ansi = ["#000000","#b04b57","#87b379","#e5c179","#7d8fa4","#a47996","#85a7a5","#b3b8c3"]
|
|
brights = ["#000000","#b04b57","#87b379","#e5c179","#7d8fa4","#a47996","#85a7a5","#ffffff"]
|