1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00
wezterm/assets/colors/Subliminal.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
370 B
TOML

# Subliminal
[colors]
foreground = "#d4d4d4"
background = "#282c35"
cursor_bg = "#c7c7c7"
cursor_border = "#c7c7c7"
cursor_fg = "#ffffff"
selection_bg = "#484e5b"
selection_fg = "#ffffff"
ansi = ["#7f7f7f","#e15a60","#a9cfa4","#ffe2a9","#6699cc","#f1a5ab","#5fb3b3","#d4d4d4"]
brights = ["#7f7f7f","#e15a60","#a9cfa4","#ffe2a9","#6699cc","#f1a5ab","#5fb3b3","#d4d4d4"]