1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-26 16:34:23 +03:00
wezterm/assets/colors/Cobalt Neon.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
371 B
TOML

# Cobalt Neon
[colors]
foreground = "#8ff586"
background = "#142838"
cursor_bg = "#c4206f"
cursor_border = "#c4206f"
cursor_fg = "#8ff586"
selection_bg = "#094fb1"
selection_fg = "#8ff586"
ansi = ["#142631","#ff2320","#3ba5ff","#e9e75c","#8ff586","#781aa0","#8ff586","#ba46b2"]
brights = ["#fff688","#d4312e","#8ff586","#e9f06d","#3c7dd2","#8230a7","#6cbc67","#8ff586"]