From 312d5bb940a89eae2b2d53d59e9d586b682618b0 Mon Sep 17 00:00:00 2001 From: josean-dev Date: Sat, 27 Apr 2024 19:50:32 -0400 Subject: [PATCH] Modified .tmux.conf for alacritty and changed the theme to tokyonight --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'