File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This theme for gitprompt.sh is designed for dark color schemes
2
2
# On lowres screens unicode characters like ✖ require a space after them
3
3
# otherwise the following character may overlap with the unicode character
4
+ # tweaked for Ubuntu terminal fonts
4
5
5
6
override_git_prompt_colors() {
6
7
GIT_PROMPT_THEME_NAME="Evermeet_Ubuntu"
@@ -10,13 +11,13 @@ override_git_prompt_colors() {
10
11
GIT_PROMPT_SEPARATOR="|" # separates each item
11
12
12
13
GIT_PROMPT_BRANCH="${Magenta}" # the git branch that is active in the current directory
13
- GIT_PROMPT_STAGED="${Cyan}●" # the number of staged files/directories
14
+ GIT_PROMPT_STAGED="${Cyan}● " # the number of staged files/directories
14
15
GIT_PROMPT_CONFLICTS="${BoldRed}✖ " # the number of files in conflict
15
16
GIT_PROMPT_CHANGED="${Cyan}✚ " # the number of changed files
16
17
17
18
GIT_PROMPT_UNTRACKED="${Cyan}…" # the number of untracked files/dirs
18
- GIT_PROMPT_STASHED="${Magenta}⚑" # the number of stashed files/dir
19
- GIT_PROMPT_CLEAN="${BoldGreen}✔" # a colored flag indicating a "clean" repo
19
+ GIT_PROMPT_STASHED="${Magenta}⚑ " # the number of stashed files/dir
20
+ GIT_PROMPT_CLEAN="${BoldGreen}✔ " # a colored flag indicating a "clean" repo
20
21
21
22
GIT_PROMPT_UPSTREAM=" {${Magenta}_UPSTREAM_${ResetColor}}"
22
23
You can’t perform that action at this time.
0 commit comments