check for truecolor before offering snazzy

pull/436/head
romkatv 5 years ago
parent 7144ebb465
commit fc7178ad92

@ -641,7 +641,7 @@ function ask_color_scheme() {
;;
esac
done
elif [[ $style == pure ]]; then
elif [[ $style == pure && $has_truecolor == 1 ]]; then
while true; do
clear
flowing -c "%BPrompt Colors%b"

Loading…
Cancel
Save