1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-30 14:49:26 +03:00
wezterm/assets/colors/Sakura.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
366 B
TOML

# Sakura
[colors]
foreground = "#dd7bdc"
background = "#18131e"
cursor_bg = "#ff65fd"
cursor_border = "#ff65fd"
cursor_fg = "#24242e"
selection_bg = "#c05cbf"
selection_fg = "#24242e"
ansi = ["#000000","#d52370","#41af1a","#bc7053","#6964ab","#c71fbf","#939393","#998eac"]
brights = ["#786d69","#f41d99","#22e529","#f59574","#9892f1","#e90cdd","#eeeeee","#cbb6ff"]