summarylogtreecommitdiffstats
path: root/Default_Arch.bgptheme
blob: cafb7f846a1efbb5c955c7bcb471d940430f3509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This is the default theme for gitprompt.sh
# with removed spacing only necessary on other operating systems
# and username and hostname displayed

override_git_prompt_colors() {
  GIT_PROMPT_THEME_NAME="Default Arch"
  GIT_PROMPT_CONFLICTS="${Red}✖"
  GIT_PROMPT_CHANGED="${Blue}✚"
  GIT_PROMPT_STASHED="${BoldBlue}⚑"
  GIT_PROMPT_SYMBOLS_AHEAD="↑"
  GIT_PROMPT_SYMBOLS_BEHIND="↓"
  GIT_PROMPT_END_USER=" \n${White}[\u@\h] ${Time12a}${ResetColor} $ "
  GIT_PROMPT_END_ROOT=" \n${White}[\u@\h] ${Time12a}${ResetColor} # "
}

reload_git_prompt_colors "Default Arch"