We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc607a7 + a131438 commit e0146fdCopy full SHA for e0146fd
themes/Single_line_Dark.bgptheme
@@ -0,0 +1,19 @@
1
+# This is a theme for gitprompt.sh,
2
+# it uses the default openSUSE bash prompt style with exit status
3
+
4
+override_git_prompt_colors() {
5
+ GIT_PROMPT_THEME_NAME="Single_line_nono031"
6
+ GIT_PROMPT_BRANCH="${Cyan}"
7
+ GIT_PROMPT_UNTRACKED=" ${Cyan}…${ResetColor}"
8
+ GIT_PROMPT_CHANGED="${Yellow}✚ "
9
+ GIT_PROMPT_STAGED="${Magenta}●"
10
11
+ GIT_PROMPT_START_USER="_LAST_COMMAND_INDICATOR_ ${BoldGreen}\h:${BoldBlue}\w${ResetColor}"
12
+ GIT_PROMPT_START_ROOT="_LAST_COMMAND_INDICATOR_ ${BoldRed}\h:${BoldBlue}\w${ResetColor}"
13
14
+ GIT_PROMPT_END_USER="${ResetColor}> "
15
+ GIT_PROMPT_END_ROOT=" # ${ResetColor}"
16
+}
17
18
+reload_git_prompt_colors "Single_line_nono031"
19
0 commit comments