mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
12 lines
343 B
TOML
12 lines
343 B
TOML
|
# Adventure
|
||
|
[colors]
|
||
|
foreground = "#feffff"
|
||
|
background = "#040404"
|
||
|
cursor_bg = "#feffff"
|
||
|
cursor_fg = "#000000"
|
||
|
selection_bg = "#606060"
|
||
|
selection_fg = "#ffffff"
|
||
|
|
||
|
ansi = ["#040404","#d84a33","#5da602","#eebb6e","#417ab3","#e5c499","#bdcfe5","#dbded8"]
|
||
|
brights = ["#685656","#d76b42","#99b52c","#ffb670","#97d7ef","#aa7900","#bdcfe5","#e4d5c7"]
|