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 "$@"