diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 0b7a615..8390cd7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -17,13 +17,13 @@ bind -r j resize-pane -D 5 bind -r k resize-pane -U 5 bind -r l resize-pane -R 5 # Gruvbox color palette -set -g @gruvbox_fg '#ebdbb2' -set -g @gruvbox_bg '#282828' -set -g @gruvbox_yellow '#fabd2f' -set -g @gruvbox_blue '#458588' -set -g @gruvbox_red '#cc241d' -set -g @gruvbox_green '#98971a' -set -g @gruvbox_orange '#d79921' +#set -g @gruvbox_fg '#ebdbb2' +#set -g @gruvbox_bg '#282828' +#set -g @gruvbox_yellow '#fabd2f' +#set -g @gruvbox_blue '#458588' +#set -g @gruvbox_red '#cc241d' +#set -g @gruvbox_green '#98971a' +#set -g @gruvbox_orange '#d79921' # Status bar customization set -g status-bg '#282828' @@ -103,7 +103,8 @@ set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'fcsonline/tmux-thumbs' set -g @plugin 'sainnhe/tmux-fzf' set -g @plugin 'wfxr/tmux-fzf-url' -set -g @plugin 'egel/tmux-gruvbox' +#set -g @plugin 'egel/tmux-gruvbox' +set -g @plugin 'jimeh/tmux-themepack' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'omerxx/tmux-sessionx' set -g @plugin 'omerxx/tmux-floax' @@ -134,8 +135,8 @@ set -g @resurrect-strategy-nvim 'session' # Gruvbox theme plugin: use dark mode -set -g @tmux-gruvbox 'dark' - +#set -g @tmux-gruvbox 'dark' +set -g @themepack 'powerline/block/blue' # Initialize TPM (Tmux Plugin Manager) run '~/.tmux/plugins/tpm/tpm'