diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-12 14:00:03 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-12 14:00:03 +0300 |
commit | faa510d54c30b9384ee7f4a95b9d04f5c6a8cf62 (patch) | |
tree | 68ac4695e1af6bd3272f44fa816a1da8aa283b25 /config | |
parent | a43b1b34d80c83c0f77427030662951ff845a29d (diff) |
explicitly mention that POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND overrides POWERLEVEL9K_ASDF_FOREGROUND; see #817
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 1 | ||||
-rw-r--r-- | config/p10k-lean-8colors.zsh | 1 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 1 | ||||
-rw-r--r-- | config/p10k-rainbow.zsh | 2 |
4 files changed, 5 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index d31a3f45..9f87d300 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -532,6 +532,7 @@ ###############[ asdf: asdf version manager (https://github.com/asdf-vm/asdf) ]############### # Default asdf color. Only used to display tools for which there is no color override (see below). + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND. typeset -g POWERLEVEL9K_ASDF_FOREGROUND=66 # There are four parameters that can be used to hide asdf tools. Each parameter describes diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index bae1e36c..39408377 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -526,6 +526,7 @@ ###############[ asdf: asdf version manager (https://github.com/asdf-vm/asdf) ]############### # Default asdf color. Only used to display tools for which there is no color override (see below). + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND. typeset -g POWERLEVEL9K_ASDF_FOREGROUND=6 # There are four parameters that can be used to hide asdf tools. Each parameter describes diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 3b1c1311..f0eeb333 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -526,6 +526,7 @@ ###############[ asdf: asdf version manager (https://github.com/asdf-vm/asdf) ]############### # Default asdf color. Only used to display tools for which there is no color override (see below). + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND. typeset -g POWERLEVEL9K_ASDF_FOREGROUND=66 # There are four parameters that can be used to hide asdf tools. Each parameter describes diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index b32a06bc..9e91db6c 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -530,6 +530,8 @@ ###############[ asdf: asdf version manager (https://github.com/asdf-vm/asdf) ]############### # Default asdf color. Only used to display tools for which there is no color override (see below). + # Tip: Override these parameters for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND and + # POWERLEVEL9K_ASDF_${TOOL}_BACKGROUND. typeset -g POWERLEVEL9K_ASDF_FOREGROUND=0 typeset -g POWERLEVEL9K_ASDF_BACKGROUND=7 |