You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
488 B
13 lines
488 B
# This theme for gitprompt.sh is optimized for the "Solarized Dark" and "Solarized Light" color schemes
|
|
# tweaked for Ubuntu terminal fonts
|
|
|
|
override_git_prompt_colors() {
|
|
GIT_PROMPT_THEME_NAME="Solarized"
|
|
GIT_PROMPT_STAGED="${Yellow}●"
|
|
GIT_PROMPT_STASHED="${BoldMagenta}⚑ "
|
|
GIT_PROMPT_CLEAN="${Green}✔"
|
|
GIT_PROMPT_END_USER=" \n${BoldBlue}${Time12a}${ResetColor} $ "
|
|
GIT_PROMPT_END_ROOT=" \n${BoldBlue}${Time12a}${ResetColor} # "
|
|
}
|
|
|
|
reload_git_prompt_colors "Solarized" |