fixes bg color

This commit is contained in:
Dennis Schoepf 2026-01-10 22:39:24 +01:00
parent 3836897215
commit 1f2f23a860

View file

@ -1,7 +1,5 @@
{ {
config,
pkgs, pkgs,
lib,
... ...
}: }:
@ -38,7 +36,7 @@
]; ];
extraConfig = '' extraConfig = ''
set -g status-position bottom 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-left ' [#I] #W '
set -g status-right '#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H ' 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 set -g window-status-current-style bg=default,fg=magenta,bold