From 8ab92f830ac962c16df7e64a41dd19f7854d493c Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 9 Dec 2021 10:36:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A6=D0=B2=D0=B5=D1=82=20=D0=BF=D1=80=D0=B8?= =?UTF-8?q?=D0=B3=D0=BB=D0=B0=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=20=D1=83=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=D0=BD=D0=BE=D0=BC?= =?UTF-8?q?=20=D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.p10k.zsh b/.p10k.zsh index f51d0cc..cfc5f6e 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -850,7 +850,7 @@ # Context color when running with privileges. typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=1 # Context color in SSH without privileges. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=7 + typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=14 # Default context color (no privileges, no SSH). typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=7