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

# Laser
[colors]
foreground = "#f106e3"
background = "#030d18"
cursor_bg = "#00ff9c"
cursor_border = "#00ff9c"
cursor_fg = "#ffffff"
selection_bg = "#2e206a"
selection_fg = "#f4f4f4"
ansi = ["#626262","#ff8373","#b4fb73","#09b4bd","#fed300","#ff90fe","#d1d1fe","#f1f1f1"]
brights = ["#8f8f8f","#ffc4be","#d6fcba","#fffed5","#f92883","#ffb2fe","#e6e7fe","#ffffff"]