Default_Ubuntu.bgptheme 474 B

123456789101112
  1. # This is the default theme for gitprompt.sh
  2. # tweaked for Ubuntu terminal fonts
  3. override_git_prompt_colors() {
  4. GIT_PROMPT_THEME_NAME="Default Ubuntu"
  5. GIT_PROMPT_STAGED="${Red}● " # the number of staged files/directories
  6. GIT_PROMPT_CLEAN="${BoldGreen}✔ " # a colored flag indicating a "clean" repo
  7. GIT_PROMPT_COMMAND_OK="${Green}✔ " # indicator if the last command returned with an exit code of 0
  8. }
  9. reload_git_prompt_colors "Default Ubuntu"