diff --git a/.tmux.conf b/.tmux.conf index ba975d3..3bda1ee 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,5 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",xterm-256color:RGB" set -g prefix C-a unbind C-b @@ -37,11 +38,10 @@ 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 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes +set -g @plugin 'fabioluciano/tmux-tokyo-night' -set -g @themepack 'powerline/default/cyan' set -g @resurrect-capture-pane-contents 'on' set -g @continuum-restore 'on'