From d7f724034821e8adf07ef2b35c6c36ae95dd2d27 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 27 Apr 2023 11:56:25 +0300 Subject: [PATCH] Fix: tmux colors --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 5e99290..900c5cd 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -59,7 +59,7 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'seebi/tmux-colors-solarized' +set -g @plugin 'catppuccin/tmux' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum'