summarylogtreecommitdiffstats
path: root/Default_Arch.bgptheme
diff options
context:
space:
mode:
authorJames P. Harvey2016-10-30 00:09:41 -0400
committerJames P. Harvey2016-10-30 00:09:41 -0400
commita312d0ce997d46889d32df661f4026cc8d47c746 (patch)
treed91734bd92911abaa25384952ddf8278fbc7270f /Default_Arch.bgptheme
parent43ceb72bd9a9819b6b6453b6f8a43e0bcb7d34c2 (diff)
downloadaur-a312d0ce997d46889d32df661f4026cc8d47c746.tar.gz
Upstream released 2.6.1. Updated maintainer's default arch theme. New symbols are more intuitive (to me anyway.) Staged files are pending, so ellipsis. Changed files represented by delta symbol. Untracked files represented by the exists symbol. Stashed files represented by a question mark, since their future is somewhat unknown. Also noted .install file for how to change a ~/.gitconfig to make 'git status' colors match the Default_Arch theme.
Diffstat (limited to 'Default_Arch.bgptheme')
-rw-r--r--Default_Arch.bgptheme9
1 files changed, 6 insertions, 3 deletions
diff --git a/Default_Arch.bgptheme b/Default_Arch.bgptheme
index cafb7f846a1e..cbd8861f9ba2 100644
--- a/Default_Arch.bgptheme
+++ b/Default_Arch.bgptheme
@@ -4,9 +4,12 @@
override_git_prompt_colors() {
GIT_PROMPT_THEME_NAME="Default Arch"
- GIT_PROMPT_CONFLICTS="${Red}✖"
- GIT_PROMPT_CHANGED="${Blue}✚"
- GIT_PROMPT_STASHED="${BoldBlue}⚑"
+ GIT_PROMPT_SEPARATOR=" "
+ GIT_PROMPT_STAGED="${Green}…"
+ GIT_PROMPT_CONFLICTS="${Yellow}✘"
+ GIT_PROMPT_CHANGED="${Red}Δ"
+ GIT_PROMPT_UNTRACKED="${Cyan}∃"
+ GIT_PROMPT_STASHED="${BoldBlack}?"
GIT_PROMPT_SYMBOLS_AHEAD="↑"
GIT_PROMPT_SYMBOLS_BEHIND="↓"
GIT_PROMPT_END_USER=" \n${White}[\u@\h] ${Time12a}${ResetColor} $ "