From 3f1966034ce43209a7322691cb578aa716171e31 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 7 Mar 2025 20:54:17 +0100 Subject: [PATCH] changed to gruvbox --- .tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 4c4f670..5093c6f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,7 +31,11 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' # ─────────────────────────────────────< colorschemes >───────────────────────────────────── # set -g @plugin 'catppuccin/tmux' -set -g @plugin 'janoamaral/tokyo-night-tmux' +# set -g @plugin 'janoamaral/tokyo-night-tmux' +set -g @plugin 'egel/tmux-gruvbox' + +# set desired theme options... +set -g @tmux-gruvbox 'dark256' # or 'dark', 'light', 'light256' # ────────────────────────────────────< copyct plugin >────────────────────────────────── set -g @plugin 'tmux-plugins/tmux-copycat'