*highlight: Add the new style `subtle-separator' to the no-theme setup

Issue #151
This commit is contained in:
Sebastian Gniazdowski 2019-08-07 15:38:37 +02:00
parent 4d895e05d4
commit cb0ee1755b

View file

@ -105,6 +105,7 @@ zstyle :plugin:fast-syntax-highlighting theme default
: ${FAST_HIGHLIGHT_STYLES[double-paren]:=fg=yellow}
: ${FAST_HIGHLIGHT_STYLES[correct-subtle]:=fg=12}
: ${FAST_HIGHLIGHT_STYLES[incorrect-subtle]:=fg=red}
: ${FAST_HIGHLIGHT_STYLES[subtle-separator]:=fg=green}
: ${FAST_HIGHLIGHT_STYLES[subtle-bg]:=bg=18}
: ${FAST_HIGHLIGHT_STYLES[secondary]:=}
fi