Skip to content

Commit 2da8770

Browse files
committed
add trailing spaces to 3 more symbols
1 parent c1310f4 commit 2da8770

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

themes/Evermeet_Ubuntu.bgptheme

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This theme for gitprompt.sh is designed for dark color schemes
22
# On lowres screens unicode characters like ✖ require a space after them
33
# otherwise the following character may overlap with the unicode character
4+
# tweaked for Ubuntu terminal fonts
45

56
override_git_prompt_colors() {
67
GIT_PROMPT_THEME_NAME="Evermeet_Ubuntu"
@@ -10,13 +11,13 @@ override_git_prompt_colors() {
1011
GIT_PROMPT_SEPARATOR="|" # separates each item
1112

1213
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
1415
GIT_PROMPT_CONFLICTS="${BoldRed}✖ " # the number of files in conflict
1516
GIT_PROMPT_CHANGED="${Cyan}✚ " # the number of changed files
1617

1718
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
2021

2122
GIT_PROMPT_UPSTREAM=" {${Magenta}_UPSTREAM_${ResetColor}}"
2223

0 commit comments

Comments
 (0)