From c1ae69fb0f364e4f267cf741f825956fe709d86a Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 21 Mar 2021 14:54:10 +0000 Subject: [PATCH] Make colours work now focus has been disabled --- shells/zsh/includes/colors.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zsh/includes/colors.zsh b/shells/zsh/includes/colors.zsh index 17999903..81052e2b 100755 --- a/shells/zsh/includes/colors.zsh +++ b/shells/zsh/includes/colors.zsh @@ -306,7 +306,7 @@ function backgroundColor() { function foregroundColor() { echo -n "%F{$(getColor $1)}" } - +HASFOCUS="true" function focusBackgroundColor() { if [ "$HASFOCUS" = "true" ]; then backgroundColor "$@"