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

# Ryuuko
[colors]
foreground = "#ececec"
background = "#2c3941"
cursor_bg = "#ececec"
cursor_border = "#ececec"
cursor_fg = "#002831"
selection_bg = "#002831"
selection_fg = "#819090"
ansi = ["#2c3941","#865f5b","#66907d","#b1a990","#6a8e95","#b18a73","#88b2ac","#ececec"]
brights = ["#5d7079","#865f5b","#66907d","#b1a990","#6a8e95","#b18a73","#88b2ac","#ececec"]