summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2014-10-21 17:04:08 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2014-10-21 17:04:08 +0200
commit7cdf4e1e7631ed1e37b39ded54c1de40de53a6f3 (patch)
tree0ef5039bd09c77714872c1294f089267d87331b1
parentd007283a9f34d3dba6ae20e08cd82ee22239aa7f (diff)
[Colors] Updated zsh-highlight colors.
-rw-r--r--13_ZshHighlight.zsh13
1 files changed, 6 insertions, 7 deletions
diff --git a/13_ZshHighlight.zsh b/13_ZshHighlight.zsh
index ac0ec21..43ecd23 100644
--- a/13_ZshHighlight.zsh
+++ b/13_ZshHighlight.zsh
@@ -24,29 +24,28 @@ ZSH_HIGHLIGHT_STYLES[bracket-level-2]="fg=green"
ZSH_HIGHLIGHT_STYLES[bracket-level-3]="fg=cyan,bold"
ZSH_HIGHLIGHT_STYLES[bracket-level-4]="fg=blue"
ZSH_HIGHLIGHT_STYLES[bracket-level-5]="fg=magenta"
-ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]="fg=white,underline,bold"
+ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]="fg=black,bg=yellow,bold"
ZSH_HIGHLIGHT_STYLES[precommand]="fg=blue,bold"
ZSH_HIGHLIGHT_STYLES[reserved-word]="fg=normal,bold,underline"
ZSH_HIGHLIGHT_STYLES[builtin]="fg=normal,bold"
-ZSH_HIGHLIGHT_STYLES[command]="fg=cyan"
+ZSH_HIGHLIGHT_STYLES[command]="fg=blue,bold"
ZSH_HIGHLIGHT_STYLES[hashed-command]="fg=cyan,bold"
ZSH_HIGHLIGHT_STYLES[alias]="fg=cyan,underline"
ZSH_HIGHLIGHT_STYLES[function]="fg=cyan,bold,underline"
ZSH_HIGHLIGHT_STYLES[history-expansion]="fg=blue"
-ZSH_HIGHLIGHT_STYLES[path]="fg=blue"
-ZSH_HIGHLIGHT_STYLES[path_approx]="fg=red,bold,underline"
-ZSH_HIGHLIGHT_STYLES[globbing]="fg=blue,bold"
+ZSH_HIGHLIGHT_STYLES[path]="fg=green"
+ZSH_HIGHLIGHT_STYLES[globbing]="fg=yellow"
ZSH_HIGHLIGHT_STYLES[commandseparator]="none"
ZSH_HIGHLIGHT_STYLES[cursor]="bold"
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="fg=blue"
-ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="fg=blue,bold"
+ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="fg=blue"
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]="fg=green,bold"
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]="fg=yellow,bold"
@@ -55,7 +54,7 @@ ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]="fg=blue,bold"
ZSH_HIGHLIGHT_STYLES[root]="standout"
-ZSH_HIGHLIGHT_STYLES[unknown-token]="fg=red,bold"
+ZSH_HIGHLIGHT_STYLES[unknown-token]="fg=red"
#ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]="fg=white,underline,bold"
#ZSH_HIGHLIGHT_STYLES[path_approx]="fg=yellow,underline"