From 76787348747c77d0e8d973a121c9ccb33a9dafd0 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 28 Oct 2024 11:42:09 -0400 Subject: [PATCH] change tmux theme --- .config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 18b85e3..6daa7e7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -59,13 +59,14 @@ unbind -T copy-mode-vi MouseDragEnd1Pane set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'christoomey/vim-tmux-navigator' -set -g @plugin 'jimeh/tmux-themepack' +#set -g @plugin 'jimeh/tmux-themepack' +set -g @plugin 'nordtheme/tmux' set -g @plugin 'thewtex/tmux-mem-cpu-load' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins -set -g @themepack 'powerline/default/cyan' +#set -g @themepack 'powerline/default/cyan' set -g @continuum-restore 'on' set -g @resurrect-strategy-nvim 'session' set -g @resurrect-processes 'ssh' # space separated list of programs to restore