mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
e23e972c5c
Sync with upstream: ba8c68f212
closes: https://github.com/wez/wezterm/pull/1767
13 lines
365 B
TOML
13 lines
365 B
TOML
# Retro
|
|
[colors]
|
|
foreground = "#13a10e"
|
|
background = "#000000"
|
|
cursor_bg = "#13a10e"
|
|
cursor_border = "#13a10e"
|
|
cursor_fg = "#000000"
|
|
selection_bg = "#ffffff"
|
|
selection_fg = "#000000"
|
|
|
|
ansi = ["#13a10e","#13a10e","#13a10e","#13a10e","#13a10e","#13a10e","#13a10e","#13a10e"]
|
|
brights = ["#16ba10","#16ba10","#16ba10","#16ba10","#16ba10","#16ba10","#16ba10","#16ba10"]
|