From c4489d7852a8945831d45d169880b2e364d0b6ea Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 23 Mar 2025 23:41:35 +0100 Subject: [PATCH] change fuzzel selection color --- common/home/default.nix | 5 ++++- flake.lock | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/common/home/default.nix b/common/home/default.nix index e4a3627..3c4ab68 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -426,7 +426,10 @@ in radius = 15; width = 3; }; - colors.background = "${config.colorScheme.palette.base00}80"; + colors = { + background = "${config.colorScheme.palette.base00}80"; + selection = "${config.colorScheme.palette.base01}80"; + }; }; }; # FIX: gpg should be declarative, but is more work than I have time for rn diff --git a/flake.lock b/flake.lock index 83255b9..4e3648b 100644 --- a/flake.lock +++ b/flake.lock @@ -779,11 +779,11 @@ "lix": { "flake": false, "locked": { - "lastModified": 1742751971, - "narHash": "sha256-bZDR10P9rn6CZAje5VZLdU+DB3/BH9JqH1Brl9JK1Yo=", + "lastModified": 1742762559, + "narHash": "sha256-rIsejgs6fGBny1XQk8njux3pKnVp5YdwqfiDKET8H/U=", "ref": "refs/heads/main", - "rev": "53b41a7f9bb3822b0ca79ec47c5c10d6536cd479", - "revCount": 17713, + "rev": "f7d1a6ba8b97a83c4d7a7dfe642ffbd00d6f4bcc", + "revCount": 17717, "type": "git", "url": "https://git.lix.systems/lix-project/lix.git" },