1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/Royal.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
365 B
TOML

# Royal
[colors]
foreground = "#514968"
background = "#100815"
cursor_bg = "#524966"
cursor_border = "#524966"
cursor_fg = "#100613"
selection_bg = "#1f1d2b"
selection_fg = "#a593cd"
ansi = ["#241f2b","#91284c","#23801c","#b49d27","#6580b0","#674d96","#8aaabe","#524966"]
brights = ["#312d3d","#d5356c","#2cd946","#fde83b","#90baf9","#a479e3","#acd4eb","#9e8cbd"]