1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Popping and Locking.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
379 B
TOML

# Popping and Locking
[colors]
foreground = "#ebdbb2"
background = "#181921"
cursor_bg = "#c7c7c7"
cursor_border = "#c7c7c7"
cursor_fg = "#ffffff"
selection_bg = "#ebdbb2"
selection_fg = "#928374"
ansi = ["#1d2021","#cc241d","#98971a","#d79921","#458588","#b16286","#689d6a","#a89984"]
brights = ["#928374","#f42c3e","#b8bb26","#fabd2f","#99c6ca","#d3869b","#7ec16e","#ebdbb2"]