swaylock: align colors better with style guide (#1099)

This commit is contained in:
Ontonator 2025-04-06 04:20:09 +10:00 committed by GitHub
parent 581fa67c81
commit 3a6985718a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;