From 3a6985718a3cad0fb873c9d465607fe96bcbcf7a Mon Sep 17 00:00:00 2001 From: Ontonator Date: Sun, 6 Apr 2025 04:20:09 +1000 Subject: [PATCH] swaylock: align colors better with style guide (#1099) --- modules/swaylock/hm.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/swaylock/hm.nix b/modules/swaylock/hm.nix index 7f83de25..a0440b23 100644 --- a/modules/swaylock/hm.nix +++ b/modules/swaylock/hm.nix @@ -56,9 +56,9 @@ in programs.swaylock.settings = with config.lib.stylix.colors; let - inside = base01-hex; - outside = base01-hex; - ring = base05-hex; + inside = base00-hex; + outside = base00-hex; + ring = base01-hex; text = base05-hex; positive = base0B-hex; negative = base08-hex;