Skip to content

Commit

Permalink
Improve path-to-dir color
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Aug 1, 2018
1 parent 34273a6 commit 958d3c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ zshrc_highlight_styles() {
'precommand' fg=40,bold
'hashed-command' fg=40,bold
'path' fg=214,bold
'path-to-dir' fg=208
'path-to-dir' fg=yellow,bold
'path_prefix' fg=202,bold
'path_approx' fg=202,bold
'globbing' fg=190,bold
Expand Down Expand Up @@ -758,6 +758,7 @@ zshrc_highlight_styles() {
'precommand' fg=green
'hashed-command' fg=green
'path' fg=yellow
'path-to-dir' fg=214,bold
'path_prefix' fg=yellow
'globbing' fg=magenta
'single-hyphen-option' fg=green,bold
Expand All @@ -783,6 +784,7 @@ zshrc_highlight_styles() {
'precommand' fg=yellow,bold
'hashed-command' fg=yellow,bold
'path' fg=white,bold
'path-to-dir' fg=yellow,bold
'path_prefix' fg=white,bold
'path_approx' none
'globbing' fg=magenta,bold
Expand Down

0 comments on commit 958d3c0

Please sign in to comment.