1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 11:21:39 +03:00
wezterm/assets/colors/CGA.toml

13 lines
363 B
TOML
Raw Normal View History

# 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"]