1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00
wezterm/assets/colors/rebecca.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

# rebecca
[colors]
foreground = "#e8e6ed"
background = "#292a44"
cursor_bg = "#b89bf9"
cursor_border = "#b89bf9"
cursor_fg = "#292a44"
selection_bg = "#663399"
selection_fg = "#f4f2f9"
ansi = ["#12131e","#dd7755","#04dbb5","#f2e7b7","#7aa5ff","#bf9cf9","#56d3c2","#e4e3e9"]
brights = ["#666699","#ff92cd","#01eac0","#fffca8","#69c0fa","#c17ff8","#8bfde1","#f4f2f9"]