1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/assets/colors/Jellybeans.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

# Jellybeans
[colors]
foreground = "#dedede"
background = "#121212"
cursor_bg = "#ffa560"
cursor_border = "#ffa560"
cursor_fg = "#ffffff"
selection_bg = "#474e91"
selection_fg = "#f4f4f4"
ansi = ["#929292","#e27373","#94b979","#ffba7b","#97bedc","#e1c0fa","#00988e","#dedede"]
brights = ["#bdbdbd","#ffa1a1","#bddeab","#ffdca0","#b1d8f6","#fbdaff","#1ab2a8","#ffffff"]