From f72d84986584cf6b7f15b3bb7701ea62488666c0 Mon Sep 17 00:00:00 2001 From: Marissa Staib Date: Wed, 25 Sep 2019 16:35:05 -0400 Subject: [PATCH] Fix bug in echo in status helpers --- .tmux.status-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.status-helpers.sh b/.tmux.status-helpers.sh index 00a360e..8cfb001 100644 --- a/.tmux.status-helpers.sh +++ b/.tmux.status-helpers.sh @@ -21,7 +21,7 @@ function get_bgcolor_gradient_red_to_cyan() { elif [[ $index -lt 0 ]]; then index=0 fi - echo ${COLORS[$GRADIENTINDEX]} + echo ${colors[$index]} } function needs_reboot() {