Skip to content

Commit e0146fd

Browse files
authored
Merge pull request #353 from nono031/master
Add Single_line_Dark.bgptheme theme
2 parents bc607a7 + a131438 commit e0146fd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

themes/Single_line_Dark.bgptheme

+19
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)