diff --git a/config/tmux/theme-light.conf b/config/tmux/theme-light.conf index 393d6d4..0f0c75f 100644 --- a/config/tmux/theme-light.conf +++ b/config/tmux/theme-light.conf @@ -1,6 +1,6 @@ set-option -g status-style 'fg=#4c4f69,bg=#eff1f5' set-window-option -g window-status-style 'fg=#4c4f69,bg=#eff1f5 dim' -set-window-option -g window-status-current-style 'fg=#8839ef,bg=#7aa2f7' +set-window-option -g window-status-current-style 'fg=#8839ef,bg=#eff1f5' set-window-option -g window-status-activity-style 'fg=#4c4f69,bg=#eff1f5 nodim' set-window-option -g window-status-bell-style 'fg=#4c4f69,bg=#eff1f5' set -g message-style 'fg=#8839ef bg=#e6e9ef bold' # fg magenta, bg black