1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Tomorrow Night Burns.toml
Wez Furlong 5b9c86d836 colors: set cursor border to bg in the color schemes
This avoids having a green (by default) border around the cursor.
The dynamic color escape sequences have been updated to also
change the border color when the cursor background color is changed.
2020-10-27 09:17:20 -07:00

13 lines
380 B
TOML

# Tomorrow Night Burns
[colors]
foreground = "#a1b0b8"
background = "#151515"
cursor_bg = "#ff443e"
cursor_border = "#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"]