1
0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2025-01-19 04:47:40 +02:00

fixed colors to defaults

This commit is contained in:
rjorgenson 2016-12-30 14:09:43 -07:00
parent 29233c1963
commit 2ddf2a2f20

View File

@ -467,7 +467,7 @@ prompt_public_ip() {
local public_ip=$(cat $POWERLEVEL9K_PUBLIC_IP_FILE)
if [[ -n $public_ip ]]; then
$1_prompt_segment "$0" "$2" "black" "249" "${public_ip}" 'PUBLIC_IP_ICON'
$1_prompt_segment "$0" "$2" "$DEFAULT_COLOR" "$DEFAULT_COLOR_INVERTED" "${public_ip}" 'PUBLIC_IP_ICON'
fi
}