diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 38596b9..17fa0e0 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -23,7 +23,7 @@ bind - split-window -v # status line set -g status "on" set -g status-position top -set -g status-style "none,bg=black" +set -g status-style "none,bg=default" set -g status-justify "left" set -g status-left-style "none" set -g status-right-style "none" @@ -31,12 +31,12 @@ set -g status-left-length "100" set -g status-right-length "100" set -g pane-border-style "fg=black" set -g pane-active-border-style "fg=cyan" -set -g message-style "fg=white,bg=black" -set -g message-command-style "fg=white,bg=black" +set -g message-style "fg=white,bg=default" +set -g message-command-style "fg=white,bg=default" set -g status-left "" set -g status-right "#[fg=cyan] #h " setw -g window-status-style "none,fg=cyan,bg=brightblack" setw -g window-status-separator "" setw -g window-status-activity-style "none" -setw -g window-status-format "#[fg=cyan,bg=black] #W " +setw -g window-status-format "#[fg=cyan,bg=default] #W " setw -g window-status-current-format "#[fg=black,bg=cyan] #W "