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

# Konsolas
[colors]
foreground = "#c8c1c1"
background = "#060606"
cursor_bg = "#c8c1c1"
cursor_border = "#c8c1c1"
cursor_fg = "#060606"
selection_bg = "#060606"
selection_fg = "#c8c1c1"
ansi = ["#000000","#aa1717","#18b218","#ebae1f","#2323a5","#ad1edc","#42b0c8","#c8c1c1"]
brights = ["#7b716e","#ff4141","#5fff5f","#ffff55","#4b4bff","#ff54ff","#69ffff","#ffffff"]