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"