fix scripts and tmux

This commit is contained in:
Barrett Ruth 2026-02-11 12:57:15 -05:00
parent 3946ea2db7
commit 3b8a915fb1
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
8 changed files with 31 additions and 16 deletions

View file

@ -6,6 +6,6 @@ set -g window-status-bell-style fg='#c7254e',bg='#f5f5f5',bold
set -g window-status-activity-style fg='#3b5bdb',bg='#f5f5f5',bold
set -g pane-border-style fg='#e8e8e8'
set -g pane-active-border-style fg='#1a1a1a'
set -g copy-mode-selection-style fg='#f5f5f5',bg='yellow'
set -g copy-mode-selection-style 'reverse'
set -g copy-mode-current-match-style fg='#f5f5f5',bg='yellow'
set -g copy-mode-match-style 'reverse'

View file

@ -6,6 +6,6 @@ set -g window-status-bell-style fg='#ff6b6b',bg='#121212',bold
set -g window-status-activity-style fg='#7aa2f7',bg='#121212',bold
set -g pane-border-style fg='#3d3d3d'
set -g pane-active-border-style fg='#e0e0e0'
set -g copy-mode-selection-style fg='#121212',bg='yellow'
set -g copy-mode-selection-style 'reverse'
set -g copy-mode-current-match-style fg='#121212',bg='yellow'
set -g copy-mode-match-style 'reverse'