1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-26 16:34:23 +03:00
wezterm/assets/colors/Square.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
366 B
TOML

# Square
[colors]
foreground = "#acacab"
background = "#1a1a1a"
cursor_bg = "#fcfbcc"
cursor_border = "#fcfbcc"
cursor_fg = "#000000"
selection_bg = "#4d4d4d"
selection_fg = "#ffffff"
ansi = ["#050505","#e9897c","#b6377d","#ecebbe","#a9cdeb","#75507b","#c9caec","#f2f2f2"]
brights = ["#141414","#f99286","#c3f786","#fcfbcc","#b6defb","#ad7fa8","#d7d9fc","#e2e2e2"]