mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
12 lines
343 B
TOML
12 lines
343 B
TOML
|
# Hacktober
|
||
|
[colors]
|
||
|
foreground = "#c9c9c9"
|
||
|
background = "#141414"
|
||
|
cursor_bg = "#c9c9c9"
|
||
|
cursor_fg = "#141414"
|
||
|
selection_bg = "#141414"
|
||
|
selection_fg = "#c9c9c9"
|
||
|
|
||
|
ansi = ["#191918","#b34538","#587744","#d08949","#206ec5","#864651","#ac9166","#f1eee7"]
|
||
|
brights = ["#2c2b2a","#b33323","#42824a","#c75a22","#5389c5","#e795a5","#ebc587","#ffffff"]
|