summaryrefslogtreecommitdiff
path: root/13_ZshHighlight.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-24 15:30:52 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-24 15:30:52 +0100
commitfae923152df350949fdd7823c6e50cf44aef46d9 (patch)
tree9e506f7c3b7aa297efac4670ec74e42f06ae434a /13_ZshHighlight.zsh
parent1c9fe535aef45739bf2f34178ba642fd4ffcbde0 (diff)
[Highlights] new colors
Diffstat (limited to '13_ZshHighlight.zsh')
-rw-r--r--13_ZshHighlight.zsh21
1 files changed, 11 insertions, 10 deletions
diff --git a/13_ZshHighlight.zsh b/13_ZshHighlight.zsh
index 55d86d5..3005220 100644
--- a/13_ZshHighlight.zsh
+++ b/13_ZshHighlight.zsh
@@ -26,18 +26,19 @@ 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[builtin]="fg=cyan,bold,underline"
-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"
-ZSH_HIGHLIGHT_STYLES[precommand]="fg=normal,underline"
-ZSH_HIGHLIGHT_STYLES[reserved-word]="fg=cyan,underline"
+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[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[globbing]="fg=cyan"
+ZSH_HIGHLIGHT_STYLES[path]="fg=blue"
+ZSH_HIGHLIGHT_STYLES[globbing]="fg=blue,bold"
ZSH_HIGHLIGHT_STYLES[commandseparator]="none"
@@ -52,5 +53,5 @@ ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]="fg=blue,bold"
ZSH_HIGHLIGHT_STYLES[root]="standout"
-
ZSH_HIGHLIGHT_STYLES[unknown-token]="fg=red,bold"
+