diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:59:25 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:59:25 +0100 |
| commit | 09b3ad77b095fa3e131609fb4c264f3a606d66e9 (patch) | |
| tree | aafed793f0c07e948dfdf1ccf83fc06d6881268a /modules/home/i3wm/nord-blue/i3.nix | |
| parent | 7d66683a2fbefb0dff48bce86e9d332aced6ac95 (diff) | |
changed variable naming to be more consistent
Diffstat (limited to 'modules/home/i3wm/nord-blue/i3.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
