1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/Rouge 2.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
367 B
TOML

# Rouge 2
[colors]
foreground = "#a2a3aa"
background = "#17182b"
cursor_bg = "#969e92"
cursor_border = "#969e92"
cursor_fg = "#ffffff"
selection_bg = "#5d5d6b"
selection_fg = "#dfe5ee"
ansi = ["#5d5d6b","#c6797e","#969e92","#dbcdab","#6e94b9","#4c4e78","#8ab6c1","#e8e8ea"]
brights = ["#616274","#c6797e","#e6dcc4","#e6dcc4","#98b3cd","#8283a1","#abcbd3","#e8e8ea"]