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

# Calamity
[colors]
foreground = "#d5ced9"
background = "#2f2833"
cursor_bg = "#d5ced9"
cursor_border = "#d5ced9"
cursor_fg = "#2f2833"
selection_bg = "#7e6c88"
selection_fg = "#d5ced9"
ansi = ["#2f2833","#fc644d","#a5f69c","#e9d7a5","#3b79c7","#f92672","#74d3de","#d5ced9"]
brights = ["#7e6c88","#fc644d","#a5f69c","#e9d7a5","#3b79c7","#f92672","#74d3de","#ffffff"]