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

# Cobalt2
[colors]
foreground = "#ffffff"
background = "#132738"
cursor_bg = "#f0cc09"
cursor_border = "#f0cc09"
cursor_fg = "#fefff2"
selection_bg = "#18354f"
selection_fg = "#b5b5b5"
ansi = ["#000000","#ff0000","#38de21","#ffe50a","#1460d2","#ff005d","#00bbbb","#bbbbbb"]
brights = ["#555555","#f40e17","#3bd01d","#edc809","#5555ff","#ff55ff","#6ae3fa","#ffffff"]