mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Override the comment color in zsh syntax highlighting
This commit is contained in:
parent
525c6ee5a8
commit
18252755b8
|
@ -131,3 +131,5 @@ if ! zgenom saved; then
|
||||||
zgenom save
|
zgenom save
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Override the comment color to make comments visible on black bg
|
||||||
|
FAST_HIGHLIGHT_STYLES[comment]='fg=#696C76'
|
||||||
|
|
Loading…
Reference in a new issue