mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 14:46:44 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
337 B
TOML
12 lines
337 B
TOML
# C64
|
|
[colors]
|
|
foreground = "#7869c4"
|
|
background = "#40318d"
|
|
cursor_bg = "#7869c4"
|
|
cursor_fg = "#40318d"
|
|
selection_bg = "#7869c4"
|
|
selection_fg = "#40318d"
|
|
|
|
ansi = ["#090300","#883932","#55a049","#bfce72","#40318d","#8b3f96","#67b6bd","#ffffff"]
|
|
brights = ["#000000","#883932","#55a049","#bfce72","#40318d","#8b3f96","#67b6bd","#f7f7f7"]
|