1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/Framer.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
366 B
TOML

# Framer
[colors]
foreground = "#777777"
background = "#111111"
cursor_bg = "#fcdc08"
cursor_border = "#fcdc08"
cursor_fg = "#161616"
selection_bg = "#666666"
selection_fg = "#ffffff"
ansi = ["#141414","#ff5555","#98ec65","#ffcc33","#00aaff","#aa88ff","#88ddff","#cccccc"]
brights = ["#414141","#ff8888","#b6f292","#ffd966","#33bbff","#cebbff","#bbecff","#ffffff"]