mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 02:42:05 +03:00
13 lines
368 B
TOML
13 lines
368 B
TOML
|
# Guezwhoz
|
||
|
[colors]
|
||
|
foreground = "#d0d0d0"
|
||
|
background = "#1c1c1c"
|
||
|
cursor_bg = "#eeeeee"
|
||
|
cursor_border = "#eeeeee"
|
||
|
cursor_fg = "#eeeeee"
|
||
|
selection_bg = "#005f5f"
|
||
|
selection_fg = "#eeeeee"
|
||
|
|
||
|
ansi = ["#080808","#ff5f5f","#87d7af","#d7d787","#5fafd7","#afafff","#5fd7d7","#dadada"]
|
||
|
brights = ["#8a8a8a","#d75f5f","#afd7af","#d7d7af","#87afd7","#afafd7","#87d7d7","#dadada"]
|