1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/3024 Day.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

# 3024 Day
[colors]
foreground = "#4a4543"
background = "#f7f7f7"
cursor_bg = "#4a4543"
cursor_border = "#4a4543"
cursor_fg = "#f7f7f7"
selection_bg = "#a5a2a2"
selection_fg = "#4a4543"
ansi = ["#090300","#db2d20","#01a252","#fded02","#01a0e4","#a16a94","#b5e4f4","#a5a2a2"]
brights = ["#5c5855","#e8bbd0","#3a3432","#4a4543","#807d7c","#d6d5d4","#cdab53","#f7f7f7"]