From a6531a658655ae666e2659418e14c5a3173d3a90 Mon Sep 17 00:00:00 2001 From: romkatv Date: Fri, 15 Nov 2019 15:41:42 +0100 Subject: black os_ison on white background in rainbow style. otherwise it sucks on both MS terminals as they cannot differentiate between black and no background --- config/p10k-rainbow.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 2e2e93bb..070e4f5d 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -188,8 +188,8 @@ #################################[ os_icon: os identifier ]################################## # OS identifier color. - typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255 - # typeset -g POWERLEVEL9K_OS_ICON_BACKGROUND=0 + typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=232 + typeset -g POWERLEVEL9K_OS_ICON_BACKGROUND=7 # Make the icon bold. typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='%B${P9K_CONTENT}' -- cgit v1.2.3