Solarized_NoExitState_Ubuntu.bgptheme 769 B

12345678910111213141516171819
  1. # This theme for gitprompt.sh is optimized for the "Solarized Dark" and "Solarized Light" color schemes
  2. # without the indicator of the last command state
  3. # tweaked for Ubuntu terminal fonts
  4. override_git_prompt_colors() {
  5. GIT_PROMPT_THEME_NAME="Solarized NoExitState Ubuntu"
  6. GIT_PROMPT_STAGED="${Yellow}● "
  7. GIT_PROMPT_STASHED="${BoldMagenta}⚑ "
  8. GIT_PROMPT_CLEAN="${Green}✔ "
  9. GIT_PROMPT_COMMAND_OK="${Green}✔ "
  10. GIT_PROMPT_COMMAND_FAIL="${Red}✘ "
  11. GIT_PROMPT_START_USER="${Yellow}${PathShort}${ResetColor}"
  12. GIT_PROMPT_START_ROOT="${GIT_PROMPT_START_USER}"
  13. GIT_PROMPT_END_USER=" \n${BoldBlue}${Time12a}${ResetColor} $ "
  14. GIT_PROMPT_END_ROOT=" \n${BoldBlue}${Time12a}${ResetColor} # "
  15. }
  16. reload_git_prompt_colors "Solarized NoExitState Ubuntu"