1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/Relaxed.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

# Relaxed
[colors]
foreground = "#d9d9d9"
background = "#353a44"
cursor_bg = "#d9d9d9"
cursor_border = "#d9d9d9"
cursor_fg = "#1b1b1b"
selection_bg = "#6a7985"
selection_fg = "#d9d9d9"
ansi = ["#151515","#bc5653","#909d63","#ebc17a","#6a8799","#b06698","#c9dfff","#d9d9d9"]
brights = ["#636363","#bc5653","#a0ac77","#ebc17a","#7eaac7","#b06698","#acbbd0","#f7f7f7"]