1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-01 00:35:46 +03:00
wezterm/assets/colors/CrayonPonyFish.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
374 B
TOML

# CrayonPonyFish
[colors]
foreground = "#68525a"
background = "#150707"
cursor_bg = "#68525a"
cursor_border = "#68525a"
cursor_fg = "#140707"
selection_bg = "#2b1b1d"
selection_fg = "#69525a"
ansi = ["#2b1b1d","#91002b","#579524","#ab311b","#8c87b0","#692f50","#e8a866","#68525a"]
brights = ["#3d2b2e","#c5255d","#8dff57","#c8381d","#cfc9ff","#fc6cba","#ffceaf","#b0949d"]