From f62aebc715765827c39e7919286dc58559ff667e Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 28 Jan 2024 20:17:39 +0000 Subject: [PATCH] tmux: remove themed topbar --- tmux/tmux.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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'