浏览代码

Change af-magic theme's branch color (#5730)

haandol 7 年之前
父节点
当前提交
0b4bba4ca2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/af-magic.zsh-theme

+ 1 - 1
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%}"