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

# Duotone Dark
[colors]
foreground = "#b7a1ff"
background = "#1f1d27"
cursor_bg = "#ff9839"
cursor_border = "#ff9839"
cursor_fg = "#1f1d27"
selection_bg = "#353147"
selection_fg = "#b7a2ff"
ansi = ["#1f1d27","#d9393e","#2dcd73","#d9b76e","#ffc284","#de8d40","#2488ff","#b7a1ff"]
brights = ["#353147","#d9393e","#2dcd73","#d9b76e","#ffc284","#de8d40","#2488ff","#eae5ff"]