We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52e72e commit d8d771aCopy full SHA for d8d771a
tmuxconf
@@ -13,8 +13,9 @@ set-option -g history-limit 99999
13
set-option -g status-position top
14
# No delay for escape key press
15
set -sg escape-time 0
16
-# Highlight color
17
-set mode-style "bg=colour96"
+# Highlight color aligning with catppuccin
+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"'
19
20
# Reload tmux config
21
bind-key -T copy-mode MouseDragEnd1Pane send -X copy-selection
0 commit comments