mirror of
https://github.com/wez/wezterm.git
synced 2024-11-30 14:49:26 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
339 B
TOML
12 lines
339 B
TOML
# Grass
|
|
[colors]
|
|
foreground = "#fff0a5"
|
|
background = "#13773d"
|
|
cursor_bg = "#8c2800"
|
|
cursor_fg = "#ffffff"
|
|
selection_bg = "#b64926"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#000000","#bb0000","#00bb00","#e7b000","#0000a3","#950062","#00bbbb","#bbbbbb"]
|
|
brights = ["#555555","#bb0000","#00bb00","#e7b000","#0000bb","#ff55ff","#55ffff","#ffffff"]
|