summaryrefslogtreecommitdiff
path: root/13_ZshHighlight.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-13 15:45:18 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-13 15:50:25 +0100
commitafaaf30a2f5191d861bb8d6a0e77df73d6195815 (patch)
tree4ce36a408696874d0ddff02e281a8d2be59b91aa /13_ZshHighlight.zsh
parent245a09f4a165a3faa1a4cd3c302278f56424f030 (diff)
[SynHigh] colors updates
Diffstat (limited to '13_ZshHighlight.zsh')
-rw-r--r--13_ZshHighlight.zsh12
1 files changed, 6 insertions, 6 deletions
diff --git a/13_ZshHighlight.zsh b/13_ZshHighlight.zsh
index 9aa1c8e..df668d0 100644
--- a/13_ZshHighlight.zsh
+++ b/13_ZshHighlight.zsh
@@ -31,26 +31,26 @@ ZSH_HIGHLIGHT_STYLES[function]="fg=cyan,bold"
ZSH_HIGHLIGHT_STYLES[alias]="fg=cyan"
ZSH_HIGHLIGHT_STYLES[command]="fg=normal"
ZSH_HIGHLIGHT_STYLES[hashed-command]="fg=normal,bold"
-ZSH_HIGHLIGHT_STYLES[path]="fg=normal,bold"
+ZSH_HIGHLIGHT_STYLES[path]="fg=normal"
ZSH_HIGHLIGHT_STYLES[precommand]="fg=normal,underline"
ZSH_HIGHLIGHT_STYLES[reserved-word]="fg=cyan,underline"
ZSH_HIGHLIGHT_STYLES[history-expansion]="fg=blue"
-ZSH_HIGHLIGHT_STYLES[globbing]="fg=yellow"
+ZSH_HIGHLIGHT_STYLES[globbing]="fg=cyan"
ZSH_HIGHLIGHT_STYLES[commandseparator]="none"
ZSH_HIGHLIGHT_STYLES[cursor]="bold"
-ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]="fg=yellow"
-ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="none"
+ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="green"
+ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="yellow"
+ZSH_HIGHLIGHT_STYLES[single-quoted-argument]="fg=green,bold"
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]="fg=yellow,bold"
+ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]="fg=blue,bold"
ZSH_HIGHLIGHT_STYLES[root]="standout"
-ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="none"
-ZSH_HIGHLIGHT_STYLES[single-quoted-argument]="fg=green,bold"
ZSH_HIGHLIGHT_STYLES[unknown-token]="fg=red,bold"