From 09b3ad77b095fa3e131609fb4c264f3a606d66e9 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 12:59:25 +0100 Subject: changed variable naming to be more consistent --- modules/home/i3wm/nord-blue/i3.nix | 4 ++-- modules/home/i3wm/nord-blue/variables.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 02dce9a..268da64 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -22,8 +22,8 @@ in colors = { focused = { - border = vars.colors.middle; - childBorder = vars.colors.middle; + border = vars.colors.accent; + childBorder = vars.colors.accent; background = vars.colors.background; text = vars.colors.foreground; indicator = vars.colors.foreground; diff --git a/modules/home/i3wm/nord-blue/variables.nix b/modules/home/i3wm/nord-blue/variables.nix index 09f298e..8c4a699 100644 --- a/modules/home/i3wm/nord-blue/variables.nix +++ b/modules/home/i3wm/nord-blue/variables.nix @@ -1,7 +1,7 @@ { colors = { background = "#2D333F"; - middle = "#82A3C0"; + accent = "#82A3C0"; foreground = "#C6D0F5"; #indicator = ; #childBorder = ; -- cgit v1.2.3