From a4f435420e13ca16e6586376695c0020f420348e Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 5 Jan 2024 11:43:08 +0900 Subject: [PATCH] Update wlogout --- .../common/desktops/hyprland/themes/stylix/wlogout-conf.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/desktops/hyprland/themes/stylix/wlogout-conf.nix b/home-manager/common/desktops/hyprland/themes/stylix/wlogout-conf.nix index 891eaa78..391fc8ef 100644 --- a/home-manager/common/desktops/hyprland/themes/stylix/wlogout-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/stylix/wlogout-conf.nix @@ -14,7 +14,7 @@ font-size: 0px; border-radius: 5000px; margin: 25px; - background-color: #${config.lib.stylix.colors.base06}; + background-color: #${config.lib.stylix.colors.base07}; border-style: solid; border-width: 3px; background-repeat: no-repeat; @@ -23,7 +23,7 @@ } button:active, button:hover { - background-color: #${config.lib.stylix.colors.base05}; + background-color: #${config.lib.stylix.colors.base08}; outline-style: none; }