diff --git a/tmux.conf b/tmux.conf index cc15be3..65aaea8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -45,9 +45,6 @@ bind-key _ split-window -v -c '#{pane_current_path}' -p 25 # Broadcast input bind-key C-x setw synchronize-panes -# Colors -set -g pane-active-border-style fg='colour162' - # Better font term set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*256col*:Tc" diff --git a/tmux/sonokai.conf b/tmux/sonokai.conf index 24193a1..7fc028d 100644 --- a/tmux/sonokai.conf +++ b/tmux/sonokai.conf @@ -15,6 +15,7 @@ set -g status-left-length "100" setw -g window-status-activity-style "none,fg=#85d3f2,bg=#33353f" setw -g window-status-separator "" setw -g window-status-style "none,fg=#e2e2e3,bg=#33353f" +setw -g window-status-last-style "none,fg=#e2e2e3,bg=#33353f" set -g status-left "#[fg=#2c2e34,bg=#85d3f2,bold] #S #[fg=#85d3f2,bg=#414550,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#414550] %R #[fg=#414550,bg=#33353f,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#33353f] #{sysstat_mem} 祝#{upload_speed} #[fg=#33353f,bg=#33353f,nobold,nounderscore,noitalics]" set -g status-right "#[fg=#33353f,bg=#33353f,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#33353f] #{download_speed}  #{sysstat_cpu} #[fg=#414550,bg=#33353f,nobold,nounderscore,noitalics]#[fg=#e2e2e3,bg=#414550] %a #[fg=#85d3f2,bg=#414550,nobold,nounderscore,noitalics]#[fg=#2c2e34,bg=#85d3f2,bold] #H #{prefix_highlight} " setw -g window-status-format "#[fg=#33353f,bg=#33353f,nobold,nounderscore,noitalics]#[default] #I #W #[fg=#33353f,bg=#33353f,nobold,nounderscore,noitalics]"