1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/assets/colors/The Hulk.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
368 B
TOML

# The Hulk
[colors]
foreground = "#b5b5b5"
background = "#1b1d1e"
cursor_bg = "#16b61b"
cursor_border = "#16b61b"
cursor_fg = "#000000"
selection_bg = "#4d504c"
selection_fg = "#0b6309"
ansi = ["#1b1d1e","#269d1b","#13ce30","#63e457","#2525f5","#641f74","#378ca9","#d9d8d1"]
brights = ["#505354","#8dff2a","#48ff77","#3afe16","#506b95","#72589d","#4085a6","#e5e6e1"]