1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Andromeda.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

# Andromeda
[colors]
foreground = "#e5e5e5"
background = "#262a33"
cursor_bg = "#f8f8f0"
cursor_border = "#f8f8f0"
cursor_fg = "#cfcfc2"
selection_bg = "#5a5c62"
selection_fg = "#ece7e7"
ansi = ["#000000","#cd3131","#05bc79","#e5e512","#2472c8","#bc3fbc","#0fa8cd","#e5e5e5"]
brights = ["#666666","#cd3131","#05bc79","#e5e512","#2472c8","#bc3fbc","#0fa8cd","#e5e5e5"]