mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge remote-tracking branch 'JulienPivard/transparent_back_fix' into prepare_066
This commit is contained in:
commit
8beff9fee6
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ function getColorCode() {
|
|||
else
|
||||
echo -n "$1"
|
||||
fi
|
||||
# Check if value is none with any case.
|
||||
elif [[ "${(L)1}" == "none" ]]
|
||||
then
|
||||
echo -n 'none'
|
||||
else
|
||||
typeset -A codes
|
||||
# https://jonasjacek.github.io/colors/
|
||||
|
|
Loading…
Reference in a new issue