1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-30 14:49:26 +03:00
wezterm/assets/colors/Cyberdyne.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
369 B
TOML

# Cyberdyne
[colors]
foreground = "#00ff92"
background = "#151144"
cursor_bg = "#00ff9c"
cursor_border = "#00ff9c"
cursor_fg = "#ffffff"
selection_bg = "#454d96"
selection_fg = "#f4f4f4"
ansi = ["#080808","#ff8373","#00c172","#d2a700","#0071cf","#ff90fe","#6bffdd","#f1f1f1"]
brights = ["#2e2e2e","#ffc4be","#d6fcba","#fffed5","#c2e3ff","#ffb2fe","#e6e7fe","#ffffff"]