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

# Ciapre
[colors]
foreground = "#aea47a"
background = "#191c27"
cursor_bg = "#92805b"
cursor_border = "#92805b"
cursor_fg = "#181818"
selection_bg = "#172539"
selection_fg = "#aea47f"
ansi = ["#181818","#810009","#48513b","#cc8b3f","#576d8c","#724d7c","#5c4f4b","#aea47f"]
brights = ["#555555","#ac3835","#a6a75d","#dcdf7c","#3097c6","#d33061","#f3dbb2","#f4f4f4"]