mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 14:54:16 +03:00
12 lines
354 B
TOML
12 lines
354 B
TOML
|
# Tomorrow Night Burns
|
||
|
[colors]
|
||
|
foreground = "#a1b0b8"
|
||
|
background = "#151515"
|
||
|
cursor_bg = "#ff443e"
|
||
|
cursor_fg = "#708284"
|
||
|
selection_bg = "#b0bec5"
|
||
|
selection_fg = "#2a2d32"
|
||
|
|
||
|
ansi = ["#252525","#832e31","#a63c40","#d3494e","#fc595f","#df9395","#ba8586","#f5f5f5"]
|
||
|
brights = ["#5d6f71","#832e31","#a63c40","#d2494e","#fc595f","#df9395","#ba8586","#f5f5f5"]
|