From 0863b49082521630924be0008bd51d9d8b8ce565 Mon Sep 17 00:00:00 2001 From: Tomas Kirkegaard Date: Wed, 6 Aug 2025 12:04:32 +0200 Subject: [PATCH] Fix powerline arrow color to dynamically match last plugin segment fixes #10 --- scripts/monokai.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/monokai.sh b/scripts/monokai.sh index 93c8789f..aa9810c5 100755 --- a/scripts/monokai.sh +++ b/scripts/monokai.sh @@ -293,7 +293,7 @@ main() done if $show_powerline; then - tmux set-option -ga status-right "#[fg=${green},bg=${yellow}]${right_sep}#[bg=${green},fg=${black},bold] #h #[bg=${black},fg=${green}]" + tmux set-option -ga status-right "#[fg=${green},bg=${powerbg}]${right_sep}#[bg=${green},fg=${black},bold] #h #[bg=${black},fg=${green}]" else tmux set-option -ga status-right "#[fg=${green},bg=${blue}]${right_sep}#[bg=${green},fg=${black},bold] #h " fi