From 7529049754801e358a0cd679e88a660f77670186 Mon Sep 17 00:00:00 2001 From: Robert McCabe Date: Fri, 28 Jul 2023 13:33:08 -0500 Subject: [PATCH] Fix tmux theme to respect renaming windows https://github.com/catppuccin/tmux/issues/53 --- dot_files/mytmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_files/mytmux.conf b/dot_files/mytmux.conf index f88a7eb..bd785f9 100644 --- a/dot_files/mytmux.conf +++ b/dot_files/mytmux.conf @@ -3,3 +3,7 @@ bind q display-panes -d 0 # Start windows at index 1 set -g base-index 1 + +set -g @catppuccin_flavour 'latte' + +set -g @catppuccin_window_tabs_enabled on