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

# idleToes
[colors]
foreground = "#ffffff"
background = "#323232"
cursor_bg = "#d6d6d6"
cursor_border = "#d6d6d6"
cursor_fg = "#000000"
selection_bg = "#5b5b5b"
selection_fg = "#000000"
ansi = ["#323232","#d25252","#7fe173","#ffc66d","#4099ff","#f680ff","#bed6ff","#eeeeec"]
brights = ["#535353","#f07070","#9dff91","#ffe48b","#5eb7f7","#ff9dff","#dcf4ff","#ffffff"]