diff --git a/scripts/monokai.sh b/scripts/monokai.sh index d41890df..93c8789f 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=${magenta}]${right_sep}#[bg=${green},fg=${black},bold] #h #[bg=${black},fg=${green}]" + tmux set-option -ga status-right "#[fg=${green},bg=${yellow}]${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