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

# Later This Evening
[colors]
foreground = "#959595"
background = "#222222"
cursor_bg = "#424242"
cursor_border = "#424242"
cursor_fg = "#959595"
selection_bg = "#424242"
selection_fg = "#959595"
ansi = ["#2b2b2b","#d45a60","#afba67","#e5d289","#a0bad6","#c092d6","#91bfb7","#3c3d3d"]
brights = ["#454747","#d3232f","#aabb39","#e5be39","#6699d6","#ab53d6","#5fc0ae","#c1c2c2"]