Merge remote-tracking branch 'JulienPivard/transparent_back_fix' into prepare_066
commit
8beff9fee6
|
@ -79,6 +79,10 @@ function getColorCode() {
|
||||||
else
|
else
|
||||||
echo -n "$1"
|
echo -n "$1"
|
||||||
fi
|
fi
|
||||||
|
# Check if value is none with any case.
|
||||||
|
elif [[ "${(L)1}" == "none" ]]
|
||||||
|
then
|
||||||
|
echo -n 'none'
|
||||||
else
|
else
|
||||||
typeset -A codes
|
typeset -A codes
|
||||||
# https://jonasjacek.github.io/colors/
|
# https://jonasjacek.github.io/colors/
|
||||||
|
|
Loading…
Reference in New Issue