aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-06-04 05:46:49 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-06-04 05:46:49 +0300
commitabed8905f4a2855960530e57ad2f91f0c1f6332b (patch)
treea22c48cc089805792018acdd8101a14e161c73c6 /powerlevel9k.zsh-theme
parentbff8bbdb80b3d1ced404a9148e176c871cf43ba5 (diff)
Mercurial-Bookmarks should also appear in the current foreground color.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r--powerlevel9k.zsh-theme2
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