1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/Pandora.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
367 B
TOML

# Pandora
[colors]
foreground = "#e1e1e1"
background = "#141e43"
cursor_bg = "#43d58e"
cursor_border = "#43d58e"
cursor_fg = "#ffffff"
selection_bg = "#2d37ff"
selection_fg = "#82e0ff"
ansi = ["#000000","#ff4242","#74af68","#ffad29","#338f86","#9414e6","#23d7d7","#e2e2e2"]
brights = ["#3f5648","#ff3242","#74cd68","#ffb929","#23d7d7","#ff37ff","#00ede1","#ffffff"]