mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
*highlight: Add the new style `subtle-separator' to the no-theme setup
Issue #151
This commit is contained in:
parent
4d895e05d4
commit
cb0ee1755b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue