From a2e2003dc1cc630c4b6652a2a4c94d17d5ed64ff Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 24 May 2025 00:42:04 +0800 Subject: [PATCH] feat(zellij): adjust color --- modules/home/cli/multiplexer/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli/multiplexer/default.nix b/modules/home/cli/multiplexer/default.nix index 40be9e0..775b686 100644 --- a/modules/home/cli/multiplexer/default.nix +++ b/modules/home/cli/multiplexer/default.nix @@ -40,6 +40,7 @@ hide_frame_for_single_pane "false" mode_normal "#[bg=#89B4FA] {name} " + mode_locked "#[bg=#f55e18] {name} " tab_normal "#[fg=#6C7086] {index} " tab_active "#[fg=#9399B2,bold,italic] {index} "