Skip to content

Commit

Permalink
tmux: highlight current window as yellow for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Apr 30, 2024
1 parent d2f1f18 commit 612974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ setw -g window-status-style fg=white,bg=default,dim

# Set active window title style.
set -g window-status-current-format "#I:#W"
setw -g window-status-current-style fg=white,bg=default,bright
setw -g window-status-current-style fg=yellow,bg=default,bright

# Set bell style.
set -g window-status-bell-style fg=red,bg=default,bright
Expand Down

0 comments on commit 612974d

Please sign in to comment.