From d45e53cd0309f273f99ec91acbe6b6db82a348d2 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 15:02:51 -0500 Subject: [PATCH] 100 current 2024-03-01 15:02:46 24.05.20240228.9099616 6.6.18 * --- modules/rice/wofi.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/rice/wofi.nix b/modules/rice/wofi.nix index f29f05d..18845af 100644 --- a/modules/rice/wofi.nix +++ b/modules/rice/wofi.nix @@ -1,4 +1,5 @@ -{ +{theme, ...}: +with theme.colors; { programs.wofi = { enable = true; settings = { @@ -27,16 +28,16 @@ style = '' * { font-family: Iosevka Mono; - color: #e5e9f0; + color: #${text}; background: transparent; } #window { - background: rgba(41, 46, 66, 0.5); + background: #${muted}; margin: auto; padding: 10px; border-radius: 20px; - border: 5px solid #b072d1; + border: 5px solid #${rose}; } #input { @@ -59,7 +60,7 @@ } #entry:selected { - background-color: #2e3440; + background-color: #${gold}; } #text {