Skip to content

Commit c40ac5b

Browse files
committed
adjust colors
1 parent 16d9cee commit c40ac5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/monokai.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ main()
128128

129129
# Status left
130130
if $show_powerline; then
131-
tmux set-option -g status-left "#[fg=${green},bg=${black}]#{?client_prefix,#[fg=${yellow}],}#[bg=${green},fg=${black},bold]#{?client_prefix,#[bg=${yellow}],} ${left_icon} #[fg=${green},bg=${gray}]#{?client_prefix,#[fg=${yellow}],}${left_sep}"
131+
tmux set-option -g status-left "#[fg=${green},bg=${black}]#{?client_prefix,#[fg=${magenta}],}#[bg=${green},fg=${black},bold]#{?client_prefix,#[bg=${magenta}],} ${left_icon} #[fg=${green},bg=${gray}]#{?client_prefix,#[fg=${magenta}],}${left_sep}"
132132
powerbg=${gray}
133133
else
134-
tmux set-option -g status-left "#[bg=${green},fg=${black},bold]#{?client_prefix,#[bg=${yellow}],} ${left_icon} "
134+
tmux set-option -g status-left "#[bg=${green},fg=${black},bold]#{?client_prefix,#[bg=${magenta}],} ${left_icon} "
135135
fi
136136

137137
# Status right
@@ -208,7 +208,7 @@ main()
208208
script="#($current_dir/network_bandwidth.sh)"
209209

210210
elif [ $plugin = "network-ping" ]; then
211-
IFS=' ' read -r -a colors <<<$(get_tmux_option "@monokai-network-ping-colors" "blue black")
211+
IFS=' ' read -r -a colors <<<$(get_tmux_option "@monokai-network-ping-colors" "gray white")
212212
script="#($current_dir/network_ping.sh)"
213213

214214
elif [ $plugin = "network-vpn" ]; then

0 commit comments

Comments
 (0)