mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 23:04:49 +03:00
12 lines
338 B
TOML
12 lines
338 B
TOML
|
# deep
|
||
|
[colors]
|
||
|
foreground = "#cdcdcd"
|
||
|
background = "#090909"
|
||
|
cursor_bg = "#d0d0d0"
|
||
|
cursor_fg = "#151515"
|
||
|
selection_bg = "#780002"
|
||
|
selection_fg = "#ececec"
|
||
|
|
||
|
ansi = ["#000000","#d70005","#1cd915","#d9bd26","#5665ff","#b052da","#50d2da","#e0e0e0"]
|
||
|
brights = ["#535353","#fb0007","#22ff18","#fedc2b","#9fa9ff","#e09aff","#8df9ff","#ffffff"]
|