diff --git a/themes/Evermeet_return_prompt.bgptheme b/themes/Evermeet_return_prompt.bgptheme new file mode 100644 index 0000000..43cea08 --- /dev/null +++ b/themes/Evermeet_return_prompt.bgptheme @@ -0,0 +1,41 @@ +# This theme for gitprompt.sh is designed for dark color schemes +# It is most suitable for Retina or high resolution displays + +override_git_prompt_colors() { + GIT_PROMPT_THEME_NAME="Evermeet_return_prompt" + + GIT_PROMPT_PREFIX="" # start of the git info string + GIT_PROMPT_SUFFIX="" # the end of the git info string + GIT_PROMPT_SEPARATOR=" " # separates each item + + GIT_PROMPT_BRANCH="${Magenta}šŸŖµ" # the git branch that is active in the current directory + GIT_PROMPT_MASTER_BRANCH="${GIT_PROMPT_BRANCH}" # used if the git branch that is active in the current directory is $GIT_PROMPT_MASTER_BRANCHES + GIT_PROMPT_STAGED="${Cyan}ā—" # the number of staged files/directories + GIT_PROMPT_CONFLICTS="${BoldRed}āœ–" # the number of files in conflict + GIT_PROMPT_CHANGED="${Cyan}āœš" # the number of changed files + + GIT_PROMPT_UNTRACKED="${Cyan}ā€¦" # the number of untracked files/dirs + GIT_PROMPT_STASHED="${Magenta}āš‘" # the number of stashed files/dir + GIT_PROMPT_CLEAN="${BoldGreen}āœ”" # a colored flag indicating a "clean" repo + + GIT_PROMPT_STAGED="${Cyan}šŸ‘†" # the number of staged files/directories + GIT_PROMPT_CONFLICTS="${BoldRed}šŸ˜Ø" # the number of files in conflict + GIT_PROMPT_CHANGED="${Cyan}āŒ›" # the number of changed files + + GIT_PROMPT_UNTRACKED="${Cyan}šŸ¤”" # the number of untracked files/dirs + GIT_PROMPT_STASHED="${Magenta}šŸ“Œ" # the number of stashed files/dir + GIT_PROMPT_CLEAN="${BoldGreen}šŸ‘" # a colored flag indicating a "clean" repo + + GIT_PROMPT_SYMBOLS_BEHIND="šŸ‘‡" + + GIT_PROMPT_UPSTREAM=" {${Magenta}_UPSTREAM_${ResetColor}}" + + GIT_PROMPT_START_USER="ā”Œā”€ā”€[${White}\$(date +%H:%M)${ResetColor} ${BoldGreen}\u${ResetColor} ${BoldYellow}\${?}${ResetColor} ${BoldBlue}\w${ResetColor}" + GIT_PROMPT_START_ROOT="ā”Œā”€ā”€[${BoldRed}\u${ResetColor} ${BoldYellow}\${?}${ResetColor} ${BoldBlue}\w${ResetColor}" + GIT_PROMPT_END_USER="]\nā””ā”€$ " + GIT_PROMPT_END_ROOT="]\nā””ā”€# " + + GIT_PROMPT_SYMBOLS_NO_REMOTE_TRACKING="ā­‘" # This symbol is written after the branch, if the branch is not tracked +} + +reload_git_prompt_colors "Evermeet_return_prompt"