1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/assets/colors/Sundried.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
368 B
TOML

# Sundried
[colors]
foreground = "#c9c9c9"
background = "#1a1818"
cursor_bg = "#ffffff"
cursor_border = "#ffffff"
cursor_fg = "#191717"
selection_bg = "#302b2a"
selection_fg = "#c9c9c9"
ansi = ["#302b2a","#a7463d","#587744","#9d602a","#485b98","#864651","#9c814f","#c9c9c9"]
brights = ["#4d4e48","#aa000c","#128c21","#fc6a21","#7999f7","#fd8aa1","#fad484","#ffffff"]