mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 11:21:39 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
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"]
|