From 70f702c6fd33454aebc4a266789fc5bf7e77e960 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 20 Dec 2025 07:49:56 -0600 Subject: age + other various changes --- modules/terminal/hjem/programs/tmux.nix | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'modules/terminal/hjem/programs/tmux.nix') diff --git a/modules/terminal/hjem/programs/tmux.nix b/modules/terminal/hjem/programs/tmux.nix index 152c443..8525569 100644 --- a/modules/terminal/hjem/programs/tmux.nix +++ b/modules/terminal/hjem/programs/tmux.nix @@ -15,18 +15,10 @@ in { tsunami = { enable = true; - theme = - if (cfg.theme == "catppuccin") - then { - bg = "#1e1e2e"; - bg_dark = "#181825"; - } - else if (cfg.theme == "adwaita") - then { - bg = "#1d1d1d"; - bg_dark = "#171717"; - } - else {}; + theme = { + bg = config.collinux.palette.base01; + bg_dark = config.collinux.palette.base00; + }; keys.leader = [ { -- cgit v1.3.1