diff --git a/themes/Chmike.bgptheme b/themes/Chmike.bgptheme index dc702df..b0418bc 100644 --- a/themes/Chmike.bgptheme +++ b/themes/Chmike.bgptheme @@ -14,6 +14,7 @@ override_git_prompt_colors() { GIT_PROMPT_THEME_NAME="Chmike" GIT_PROMPT_BRANCH="${Green}" + GIT_PROMPT_MASTER_BRANCH="${Green}" GIT_PROMPT_REMOTE=" " GIT_PROMPT_SYMBOLS_NO_REMOTE_TRACKING="⭐" diff --git a/themes/Evermeet.bgptheme b/themes/Evermeet.bgptheme index 56c2f41..78d0c06 100644 --- a/themes/Evermeet.bgptheme +++ b/themes/Evermeet.bgptheme @@ -9,6 +9,7 @@ override_git_prompt_colors() { GIT_PROMPT_SEPARATOR="|" # separates each item GIT_PROMPT_BRANCH="${Magenta}" # the git branch that is active in the current directory + GIT_PROMPT_MASTER_BRANCH="${Magenta}" # the git branch that is active in the current directory GIT_PROMPT_STAGED="${Cyan}●" # the number of staged files/directories GIT_PROMPT_CONFLICTS="${BoldRed}✖" # the number of files in conflict GIT_PROMPT_CHANGED="${Cyan}✚" # the number of changed files diff --git a/themes/Evermeet_Lowres.bgptheme b/themes/Evermeet_Lowres.bgptheme index 421ed76..df432ad 100644 --- a/themes/Evermeet_Lowres.bgptheme +++ b/themes/Evermeet_Lowres.bgptheme @@ -11,6 +11,7 @@ override_git_prompt_colors() { GIT_PROMPT_SEPARATOR="|" # separates each item GIT_PROMPT_BRANCH="${Magenta}" # the git branch that is active in the current directory + GIT_PROMPT_MASTER_BRANCH="${Magenta}" # the git branch that is active in the current directory GIT_PROMPT_STAGED="${Cyan}●" # the number of staged files/directories GIT_PROMPT_CONFLICTS="${BoldRed}✖ " # the number of files in conflict GIT_PROMPT_CHANGED="${Cyan}✚ " # the number of changed files diff --git a/themes/Evermeet_Ubuntu.bgptheme b/themes/Evermeet_Ubuntu.bgptheme index 14077b9..b920066 100644 --- a/themes/Evermeet_Ubuntu.bgptheme +++ b/themes/Evermeet_Ubuntu.bgptheme @@ -11,6 +11,7 @@ override_git_prompt_colors() { GIT_PROMPT_SEPARATOR="|" # separates each item GIT_PROMPT_BRANCH="${Magenta}" # the git branch that is active in the current directory + GIT_PROMPT_MASTER_BRANCH="${Magenta}" # the git branch that is active in the current directory GIT_PROMPT_STAGED="${Cyan}● " # the number of staged files/directories GIT_PROMPT_CONFLICTS="${BoldRed}✖ " # the number of files in conflict GIT_PROMPT_CHANGED="${Cyan}✚ " # the number of changed files diff --git a/themes/Minimal.bgptheme b/themes/Minimal.bgptheme index 622388c..a4dd06a 100644 --- a/themes/Minimal.bgptheme +++ b/themes/Minimal.bgptheme @@ -36,6 +36,7 @@ override_git_prompt_colors() { Time12a="\$(date +%H:%M:%S)" GIT_PROMPT_BRANCH="${BoldMagenta}" # the git branch that is active in the current directory + GIT_PROMPT_MASTER_BRANCH="${BoldMagenta}" # the git branch that is active in the current directory GIT_PROMPT_PREFIX="" # start of the git info string GIT_PROMPT_SUFFIX="" # the end of the git info string GIT_PROMPT_SEPARATOR="" # separates each item diff --git a/themes/Minimal_UserHost.bgptheme b/themes/Minimal_UserHost.bgptheme index bb619b0..493f959 100644 --- a/themes/Minimal_UserHost.bgptheme +++ b/themes/Minimal_UserHost.bgptheme @@ -44,6 +44,7 @@ override_git_prompt_colors() { fi GIT_PROMPT_BRANCH="${BoldMagenta}" # the git branch that is active in the current directory + GIT_PROMPT_MASTER_BRANCH="${BoldMagenta}" # the git branch that is active in the current directory GIT_PROMPT_PREFIX="" # start of the git info string GIT_PROMPT_SUFFIX="" # the end of the git info string GIT_PROMPT_SEPARATOR="" # separates each item diff --git a/themes/Single_line_Dark.bgptheme b/themes/Single_line_Dark.bgptheme index 82d73e8..52614b5 100644 --- a/themes/Single_line_Dark.bgptheme +++ b/themes/Single_line_Dark.bgptheme @@ -4,6 +4,7 @@ override_git_prompt_colors() { GIT_PROMPT_THEME_NAME="Single_line_nono031" GIT_PROMPT_BRANCH="${Cyan}" + GIT_PROMPT_MASTER_BRANCH="${Cyan}" GIT_PROMPT_UNTRACKED=" ${Cyan}…${ResetColor}" GIT_PROMPT_CHANGED="${Yellow}✚ " GIT_PROMPT_STAGED="${Magenta}●" diff --git a/themes/Single_line_NoExitState_Gentoo.bgptheme b/themes/Single_line_NoExitState_Gentoo.bgptheme index 99b4c83..c54aa4b 100644 --- a/themes/Single_line_NoExitState_Gentoo.bgptheme +++ b/themes/Single_line_NoExitState_Gentoo.bgptheme @@ -4,6 +4,7 @@ override_git_prompt_colors() { GIT_PROMPT_THEME_NAME="Single_line_NoExitState_Gentoo" GIT_PROMPT_BRANCH="${Cyan}" + GIT_PROMPT_MASTER_BRANCH="${Cyan}" GIT_PROMPT_UNTRACKED=" ${Cyan}…${ResetColor}" GIT_PROMPT_CHANGED="${Yellow}✚ " GIT_PROMPT_STAGED="${Magenta}●" diff --git a/themes/Single_line_NoExitState_openSUSE.bgptheme b/themes/Single_line_NoExitState_openSUSE.bgptheme index e3580d7..1874b55 100644 --- a/themes/Single_line_NoExitState_openSUSE.bgptheme +++ b/themes/Single_line_NoExitState_openSUSE.bgptheme @@ -4,6 +4,7 @@ override_git_prompt_colors() { GIT_PROMPT_THEME_NAME="Single_line_NoExitState_openSUSE" GIT_PROMPT_BRANCH="${Cyan}" + GIT_PROMPT_MASTER_BRANCH="${Cyan}" GIT_PROMPT_UNTRACKED=" ${Cyan}…${ResetColor}" GIT_PROMPT_CHANGED="${Yellow}✚ " GIT_PROMPT_STAGED="${Magenta}●" diff --git a/themes/Single_line_openSUSE.bgptheme b/themes/Single_line_openSUSE.bgptheme index 396006a..f8ec62c 100644 --- a/themes/Single_line_openSUSE.bgptheme +++ b/themes/Single_line_openSUSE.bgptheme @@ -4,6 +4,7 @@ override_git_prompt_colors() { GIT_PROMPT_THEME_NAME="Single_line_openSUSE" GIT_PROMPT_BRANCH="${Cyan}" + GIT_PROMPT_MASTER_BRANCH="${Cyan}" GIT_PROMPT_UNTRACKED=" ${Cyan}…${ResetColor}" GIT_PROMPT_CHANGED="${Yellow}✚ " GIT_PROMPT_STAGED="${Magenta}●"