From 1f2f23a8608bfb9b33bc0a4620268f6532051a4b Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sat, 10 Jan 2026 22:39:24 +0100 Subject: [PATCH] fixes bg color --- modules/tmux/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix index fc4c1e3..6edfb70 100644 --- a/modules/tmux/default.nix +++ b/modules/tmux/default.nix @@ -1,7 +1,5 @@ { - config, pkgs, - lib, ... }: @@ -38,7 +36,7 @@ ]; extraConfig = '' set -g status-position bottom - set -g status-style bg=default,fg=white + set -g status-style bg=#1d202f,fg=white set -g status-left ' [#I] #W ' set -g status-right '#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H ' set -g window-status-current-style bg=default,fg=magenta,bold