diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-15 17:41:42 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-15 17:41:42 +0300 |
commit | a6531a658655ae666e2659418e14c5a3173d3a90 (patch) | |
tree | 126dda4f90d515f9445e93a5a16cc2b4b86d269d /config/p10k-rainbow.zsh | |
parent | 1777bd41a68c99963e009c55a0f500396e485d07 (diff) |
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
Diffstat (limited to 'config/p10k-rainbow.zsh')
-rw-r--r-- | config/p10k-rainbow.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
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}' |