From 8a84f0e7f39d9ff28d1bc29b0826f8637dd11080 Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 8 Jul 2019 16:55:31 +0200 Subject: [PATCH] use numerical values for default colors --- internal/p10k.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 85100dc9..87d76158 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -2661,11 +2661,11 @@ _p9k_init() { fi if [[ $POWERLEVEL9K_COLOR_SCHEME == light ]]; then - DEFAULT_COLOR=white - DEFAULT_COLOR_INVERTED=black + DEFAULT_COLOR=7 + DEFAULT_COLOR_INVERTED=0 else - DEFAULT_COLOR=black - DEFAULT_COLOR_INVERTED=white + DEFAULT_COLOR=0 + DEFAULT_COLOR_INVERTED=7 fi typeset -gA _P9K_BATTERY_STATES=(