]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Highlight assignments differently from suggestions
authorSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:47:39 +0000 (12:47 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:47:39 +0000 (12:47 +0300)
zsh/.zshrc

index a40386c91ac74cec4aebb537d84c5d27c67f2955..d5f2b74be84240facb9a6297bac706a3459646fa 100644 (file)
@@ -196,7 +196,7 @@ autoload -U complist
 ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
 . ~/work/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 typeset -A ZSH_HIGHLIGHT_STYLES
-ZSH_HIGHLIGHT_STYLES[assign]="fg=cyan"
+ZSH_HIGHLIGHT_STYLES[assign]="fg=yellow"
 ZSH_HIGHLIGHT_STYLES[commandseparator]="fg=red"
 ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="fg=green,bold"
 ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="fg=green"