aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/hjem/programs/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/terminal/hjem/programs/tmux.nix')
-rw-r--r--modules/terminal/hjem/programs/tmux.nix16
1 files changed, 4 insertions, 12 deletions
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 = [
{