diff options
author | haandol <ldg55d@gmail.com> | 2017-01-09 16:06:17 +0900 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2017-01-09 08:06:17 +0100 |
commit | 0b4bba4ca2d6115dabfdb0852ce516e30765d2e6 (patch) | |
tree | 44521f717829bfe18e844155837b505a3c2610b0 | |
parent | cae540f899b1e302e514e190f7d51331a5a689e0 (diff) | |
download | zsh-0b4bba4ca2d6115dabfdb0852ce516e30765d2e6.tar.gz zsh-0b4bba4ca2d6115dabfdb0852ce516e30765d2e6.tar.bz2 zsh-0b4bba4ca2d6115dabfdb0852ce516e30765d2e6.zip |
Change af-magic theme's branch color (#5730)
-rw-r--r-- | themes/af-magic.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/af-magic.zsh-theme b/themes/af-magic.zsh-theme index 97d142a0f..1c6d1732c 100644 --- a/themes/af-magic.zsh-theme +++ b/themes/af-magic.zsh-theme @@ -27,7 +27,7 @@ else fi # git settings -ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:" +ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075]($FG[078]" ZSH_THEME_GIT_PROMPT_CLEAN="" ZSH_THEME_GIT_PROMPT_DIRTY="$my_orange*%{$reset_color%}" ZSH_THEME_GIT_PROMPT_SUFFIX="$FG[075])%{$reset_color%}" |