diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 7f9ecac..4727974 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -4,7 +4,9 @@ set -g terminal-overrides ",alacritty:Tc" set-option -g status-position top set -goq @powerline-color-main-1 "#61AFEF" -set -goq @powerline-color-grey-1 "#1d2026" + +set -goq @powerline-color-grey-1 "#32363e" + # Split panes with \ and - bind \\ split-window -h -c "#{pane_current_path}" bind - split-window -v -c "#{pane_current_path}" @@ -29,9 +31,9 @@ set -g @plugin 'tmux-plugins/tpm' # list of tmux plugins set -g @plugin 'christoomey/vim-tmux-navigator' -set -g @plugin 'jimeh/tmux-themepack' +# set -g @plugin 'jimeh/tmux-themepack' -set -g @themepack 'powerline/block/blue' +# set -g @themepack 'powerline/block/blue' run '~/.config/tmux/plugins/tpm/tpm'