From fd83046433714aa19e0dcd58f1634d72047083f3 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 22:45:55 +0100 Subject: fixed color definiitons in i3 config --- modules/home/i3wm/nord-blue/i3.nix | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'modules/home/i3wm') diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 42bd0d9..c861c28 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -20,11 +20,27 @@ in }; colors = { - border = vars.colors.background-secondary; - childBorder = vars.colors.background-secondary; - background = vars.colors.background; - text = vars.colors.foreground; - indicator = vars.colors.foreground; + focused = { + border = vars.colors.background-secondary; + childBorder = vars.colors.background-secondary; + background = vars.colors.background; + text = vars.colors.foreground; + indicator = vars.colors.foreground; + }; + focusedInactive = { + border = vars.colors.background; + childBorder = vars.colors.background; + background = vars.colors.background; + text = vars.colors.foreground; + indicator = vars.colors.foreground; + }; + unfocused = { + border = vars.colors.background; + childBorder = vars.colors.background; + background = vars.colors.background; + text = vars.colors.foreground; + indicator = vars.colors.foreground; + }; }; startup = [ -- cgit v1.2.3