1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/Overnight Slumber.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
377 B
TOML

# Overnight Slumber
[colors]
foreground = "#ced2d6"
background = "#0e1729"
cursor_bg = "#ffa7c4"
cursor_border = "#ffa7c4"
cursor_fg = "#ffffff"
selection_bg = "#1f2b41"
selection_fg = "#ced2d6"
ansi = ["#0a1222","#ffa7c4","#85cc95","#ffcb8b","#8dabe1","#c792eb","#78ccf0","#ffffff"]
brights = ["#575656","#ffa7c4","#85cc95","#ffcb8b","#8dabe1","#c792eb","#ffa7c4","#ffffff"]