diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-06-04 05:46:49 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-06-04 05:46:49 +0300 |
commit | abed8905f4a2855960530e57ad2f91f0c1f6332b (patch) | |
tree | a22c48cc089805792018acdd8101a14e161c73c6 | |
parent | bff8bbdb80b3d1ced404a9148e176c871cf43ba5 (diff) |
Mercurial-Bookmarks should also appear in the current foreground color.
-rw-r--r-- | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 1609e1c6..61c8ede2 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -382,7 +382,7 @@ function +vi-git-stash() { function +vi-hg-bookmarks() { if [[ -n "${hgbmarks[@]}" ]]; then - hook_com[hg-bookmark-string]=" $VCS_BOOKMARK_ICON ${hgbmarks[@]}" + hook_com[hg-bookmark-string]=" %F{$VCS_FOREGROUND_COLOR}$VCS_BOOKMARK_ICON${hgbmarks[@]}%f" # And to signal, that we want to use the sting we just generated, # set the special variable `ret' to something other than the default |