diff --git a/bash-git-prompt/share/themes/Georgi.bgptheme b/bash-git-prompt/share/themes/Georgi.bgptheme index 676c357..092a199 100644 --- a/bash-git-prompt/share/themes/Georgi.bgptheme +++ b/bash-git-prompt/share/themes/Georgi.bgptheme @@ -8,13 +8,13 @@ override_git_prompt_colors() { GIT_PROMPT_CHANGED="${BoldRed}+" GIT_PROMPT_UNTRACKED="${BoldRed}…" - GIT_PROMPT_STAGED="${BoldGreen}● " - GIT_PROMPT_STASHED="${BoldCyan}⚑ " - GIT_PROMPT_CONFLICTS="${BoldRed}✖ " + GIT_PROMPT_STAGED="${BoldGreen}●" + GIT_PROMPT_STASHED="${BoldCyan}⚑" + GIT_PROMPT_CONFLICTS="${BoldRed}✖" GIT_PROMPT_CLEAN="${BoldCyan}✔" - GIT_PROMPT_SYMBOLS_AHEAD="${BoldWhite}↑ " - GIT_PROMPT_SYMBOLS_BEHIND="${BoldMagenta}↓ " + GIT_PROMPT_SYMBOLS_AHEAD="${BoldWhite}↑" + GIT_PROMPT_SYMBOLS_BEHIND="${BoldMagenta}↓" GIT_PROMPT_SYMBOLS_PREHASH="${BoldRed}:" GIT_PROMPT_SYMBOLS_NO_REMOTE_TRACKING=" "