mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
43dff29391
Sync with:
555db64e47
and update the screenshots for the docs
13 lines
363 B
TOML
13 lines
363 B
TOML
# CGA
|
|
[colors]
|
|
foreground = "#aaaaaa"
|
|
background = "#000000"
|
|
cursor_bg = "#b8b8b8"
|
|
cursor_border = "#b8b8b8"
|
|
cursor_fg = "#ffffff"
|
|
selection_bg = "#c1deff"
|
|
selection_fg = "#000000"
|
|
|
|
ansi = ["#000000","#aa0000","#00aa00","#aa5500","#0000aa","#aa00aa","#00aaaa","#aaaaaa"]
|
|
brights = ["#555555","#ff5555","#55ff55","#ffff55","#5555ff","#ff55ff","#55ffff","#ffffff"]
|