1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/assets/colors/AlienBlood.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
370 B
TOML

# AlienBlood
[colors]
foreground = "#637d75"
background = "#0f1610"
cursor_bg = "#73fa91"
cursor_border = "#73fa91"
cursor_fg = "#0f1610"
selection_bg = "#1d4125"
selection_fg = "#73fa91"
ansi = ["#112616","#7f2b27","#2f7e25","#717f24","#2f6a7f","#47587f","#327f77","#647d75"]
brights = ["#3c4812","#e08009","#18e000","#bde000","#00aae0","#0058e0","#00e0c4","#73fa91"]