summarylogtreecommitdiffstats
path: root/Default_Arch.bgptheme
diff options
context:
space:
mode:
authorJames P. Harvey2016-10-30 00:16:12 -0400
committerJames P. Harvey2016-10-30 00:16:12 -0400
commit852cf4b451c45d4a7305f2fa31d560ba74d55bd3 (patch)
treee5ee5e8e62312bd725b3fb6236a86f9b552b1b02 /Default_Arch.bgptheme
parentd6c890e4cb0f38bec096d6fade55aa186eaae486 (diff)
downloadaur-852cf4b451c45d4a7305f2fa31d560ba74d55bd3.tar.gz
Bumped pkgver. 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} $ "