1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/Argonaut.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
368 B
TOML

# Argonaut
[colors]
foreground = "#fffaf4"
background = "#0e1019"
cursor_bg = "#ff0018"
cursor_border = "#ff0018"
cursor_fg = "#ff0018"
selection_bg = "#002a3b"
selection_fg = "#ffffff"
ansi = ["#232323","#ff000f","#8ce10b","#ffb900","#008df8","#6d43a6","#00d8eb","#ffffff"]
brights = ["#444444","#ff2740","#abe15b","#ffd242","#0092ff","#9a5feb","#67fff0","#ffffff"]