Skip to content

Commit d8d771a

Browse files
authored
tmux highlights fix
1 parent f52e72e commit d8d771a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tmuxconf

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ set-option -g history-limit 99999
1313
set-option -g status-position top
1414
# No delay for escape key press
1515
set -sg escape-time 0
16-
# Highlight color
17-
set mode-style "bg=colour96"
16+
# Highlight color aligning with catppuccin
17+
set-hook -g after-new-window 'setw mode-style "fg=#1E1E2E,bg=#F5E0DC"'
18+
set-hook -g session-created 'setw mode-style "fg=#1E1E2E,bg=#F5E0DC"'
1819

1920
# Reload tmux config
2021
bind-key -T copy-mode MouseDragEnd1Pane send -X copy-selection

0 commit comments

Comments
 (0)