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

# DjangoSmooth
[colors]
foreground = "#f8f8f8"
background = "#245032"
cursor_bg = "#336442"
cursor_border = "#336442"
cursor_fg = "#f8f8f8"
selection_bg = "#336442"
selection_fg = "#f8f8f8"
ansi = ["#000000","#fd6209","#41a83e","#ffe862","#989898","#f8f8f8","#9df39f","#e8e8e7"]
brights = ["#323232","#ff943b","#73da70","#ffff94","#cacaca","#ffffff","#cfffd1","#ffffff"]