From f02dd3ac91b4d99428766ba0cf77705c3bc6a20b Mon Sep 17 00:00:00 2001 From: Kaholaz Date: Wed, 8 Feb 2023 21:27:22 +0100 Subject: [PATCH] Changed tmux color scheme to 'dracula' --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index fc472e3..a18b76d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -32,7 +32,7 @@ set-option -g allow-rename off set -g @plugin 'tinted-theming/base16-tmux' set -g @plugin 'thewtex/tmux-mem-cpu-load' -set -g @colors-base16 'mocha' +set -g @colors-base16 'dracula' set -g status-interval 1 # loud or quiet?