1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/assets/colors/Ollie.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
365 B
TOML

# Ollie
[colors]
foreground = "#8a8dae"
background = "#222125"
cursor_bg = "#5b6ea7"
cursor_border = "#5b6ea7"
cursor_fg = "#2a292d"
selection_bg = "#1e3a66"
selection_fg = "#8a8eac"
ansi = ["#000000","#ac2e31","#31ac61","#ac4300","#2d57ac","#b08528","#1fa6ac","#8a8eac"]
brights = ["#5b3725","#ff3d48","#3bff99","#ff5e1e","#4488ff","#ffc21d","#1ffaff","#5b6ea7"]