aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-04-19 01:08:23 +0300
committerGitHub <noreply@github.com>2017-04-19 01:08:23 +0300
commit01a5c6a3a10ff1fea9782607a431ac07652546dc (patch)
treed7464cdf6bb330e71fe63869cc48d59cf9650fef
parent37174ea91191108a1d5af0c6f0dece6ceb077b0e (diff)
parent18fc317cf7876642ea5b3f38bb4dcddde07aa134 (diff)
Merge pull request #483 from changyuheng/pr-status-tick-color
Set tick to color name green instead of color code
-rwxr-xr-xpowerlevel9k.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index bbd1ec44..cfb34292 100755
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -1003,7 +1003,7 @@ prompt_status() {
"$1_prompt_segment" "$0_ERROR" "$2" "$DEFAULT_COLOR" "red" "" 'FAIL_ICON'
fi
elif [[ "$POWERLEVEL9K_STATUS_VERBOSE" == true || "$POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE" == true ]]; then
- "$1_prompt_segment" "$0_OK" "$2" "$DEFAULT_COLOR" "046" "" 'OK_ICON'
+ "$1_prompt_segment" "$0_OK" "$2" "$DEFAULT_COLOR" "green" "" 'OK_ICON'
fi
}