diff --git a/home/.config/tmux/themes/tomorrow-night.tmux b/home/.config/tmux/themes/tomorrow-night.tmux index 5da7f73..511d660 100644 --- a/home/.config/tmux/themes/tomorrow-night.tmux +++ b/home/.config/tmux/themes/tomorrow-night.tmux @@ -20,8 +20,8 @@ setw -g window-status-current-style bg="#282a2e" setw -g window-status-current-style fg="#81a2be" ## highlight active window -setw -g window-style 'bg=#282a2e' -setw -g window-active-style 'bg=#1d1f21' +# setw -g window-style 'bg=#282a2e' +# setw -g window-active-style 'bg=#1d1f21' setw -g pane-active-border-style '' ## highlight activity in status bar diff --git a/home/.tmux.conf b/home/.tmux.conf index 67404e8..681bea7 100755 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -49,7 +49,8 @@ TMUX_USERNAME_FG="#000000" TMUX_STATUS_AQUA="#8abeb7" # Styles -STYLE_DEFAULT="fg=white,bg=$TMUX_STATUS_BG" +# STYLE_DEFAULT="fg=white,bg=$TMUX_STATUS_BG" +STYLE_DEFAULT="fg=white" STYLE_ACTIVE_ITEM="#[fg=$TMUX_STATUS_TEXT_COLOR,bg=$TMUX_ACTIVE_COLOR,noreverse,bold]" STYLE_RED="#[fg=$TMUX_NAMESPACE_FG,bg=$TMUX_STATUS_RED,bold]" STYLE_AQUA="#[fg=$TMUX_USERNAME_FG,bg=$TMUX_STATUS_AQUA,bold]"