1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/assets/colors/ChallengerDeep.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
374 B
TOML

# ChallengerDeep
[colors]
foreground = "#cbe1e7"
background = "#1e1c31"
cursor_bg = "#fbfcfc"
cursor_border = "#fbfcfc"
cursor_fg = "#ff271d"
selection_bg = "#cbe1e7"
selection_fg = "#1e1c31"
ansi = ["#141228","#ff5458","#62d196","#ffb378","#65b2ff","#906cff","#63f2f1","#a6b3cc"]
brights = ["#565575","#ff8080","#95ffa4","#ffe9aa","#91ddff","#c991e1","#aaffe4","#cbe3e7"]