From 428fb20ecf16e73ba8191710ad86c6b16e7e2fd4 Mon Sep 17 00:00:00 2001
From: Antoine Martin <antoine@alarsyo.net>
Date: Sat, 22 Feb 2025 16:14:32 +0100
Subject: [PATCH] home: tmux: switch to catppuccin for tmux theme

---
 home/tmux.nix | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/home/tmux.nix b/home/tmux.nix
index 47f5cc3..45401c3 100644
--- a/home/tmux.nix
+++ b/home/tmux.nix
@@ -34,9 +34,10 @@ in {
           '';
         }
         {
-          plugin = tmuxPlugins.tmux-colors-solarized;
+          plugin = pkgs.tmuxPlugins.catppuccin;
           extraConfig = ''
-            set -g @colors-solarized 'light'
+            set -g @catppuccin_flavor 'latte'
+            set -g @catppuccin_window_status_style "rounded"
           '';
         }
       ];