1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/assets/colors/Paraiso Dark.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
372 B
TOML

# Paraiso Dark
[colors]
foreground = "#a39e9b"
background = "#2f1e2e"
cursor_bg = "#a39e9b"
cursor_border = "#a39e9b"
cursor_fg = "#2f1e2e"
selection_bg = "#4f424c"
selection_fg = "#a39e9b"
ansi = ["#2f1e2e","#ef6155","#48b685","#fec418","#06b6ef","#815ba4","#5bc4bf","#a39e9b"]
brights = ["#776e71","#ef6155","#48b685","#fec418","#06b6ef","#815ba4","#5bc4bf","#e7e9db"]