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

# Fideloper
[colors]
foreground = "#dbdae0"
background = "#292f33"
cursor_bg = "#d4605a"
cursor_border = "#d4605a"
cursor_fg = "#fefff2"
selection_bg = "#efb8ac"
selection_fg = "#ffffff"
ansi = ["#292f33","#cb1e2d","#edb8ac","#b7ab9b","#2e78c2","#c0236f","#309186","#eae3ce"]
brights = ["#092028","#d4605a","#d4605a","#a86671","#7c85c4","#5c5db2","#819090","#fcf4df"]