From fca485a75974176b58e4802b383d978b08c632c2 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 15:05:25 -0500 Subject: [PATCH] 101 current 2024-03-01 15:05:20 24.05.20240228.9099616 6.6.18 * --- modules/rice/wofi.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rice/wofi.nix b/modules/rice/wofi.nix index 18845af..64f9e82 100644 --- a/modules/rice/wofi.nix +++ b/modules/rice/wofi.nix @@ -33,11 +33,11 @@ with theme.colors; { } #window { - background: #${muted}; + background: #${surface}; margin: auto; padding: 10px; border-radius: 20px; - border: 5px solid #${rose}; + border: 5px solid #${love}; } #input { @@ -60,7 +60,7 @@ with theme.colors; { } #entry:selected { - background-color: #${gold}; + background-color: #${subtle}; } #text {