From fc7178ad923aff0f4a395336062800ebd6028ffc Mon Sep 17 00:00:00 2001 From: romkatv Date: Tue, 21 Jan 2020 11:39:39 +0100 Subject: [PATCH] check for truecolor before offering snazzy --- internal/wizard.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 92f94bb3..004037f4 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -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"