From 7f20c79d462c88ab19cd28079a4065a3243eb636 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Tue, 16 Jan 2018 17:40:53 +0100 Subject: [PATCH] made heat battery palette more visible by removing darker shades. Fixes #138 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1a494f7..a9248e4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -351,7 +351,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # [ x"$palette_style" = x"gradient" ] && \ # palette="196 202 208 214 220 226 190 154 118 82 46" # [ x"$palette_style" = x"heat" ] && \ -# palette="233 234 235 237 239 241 243 245 247 144 143 142 184 214 208 202 196" +# palette="243 245 247 144 143 142 184 214 208 202 196" # # palette=$(echo "$palette" | awk -v n="$battery_bar_length" '{ for (i = 0; i < n; ++i) printf $(1 + (i * NF / n))" " }') # eval set -- "$palette"