From df17e9f7d8bc93df5213c6b9fe97b2b30c172501 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 21 Jan 2020 18:20:00 +0100 Subject: [PATCH] Colors. --- zsh/p10k.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index f975ba4..1371822 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -590,11 +590,11 @@ ##################################[ context: user@hostname ]################################## # Context color when running with privileges. - typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=178 + typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=196 # Context color in SSH without privileges. - typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=180 + typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND= # Default context color (no privileges, no SSH). - typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180 + typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND= # Context format when running with privileges: bold user@hostname. typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%B%n@%m'