change fuzzel selection color

This commit is contained in:
Noa Aarts 2025-03-23 23:41:35 +01:00
parent dd0bf18739
commit c4489d7852
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 8 additions and 5 deletions

View file

@ -426,7 +426,10 @@ in
radius = 15; radius = 15;
width = 3; 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 # FIX: gpg should be declarative, but is more work than I have time for rn

8
flake.lock generated
View file

@ -779,11 +779,11 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1742751971, "lastModified": 1742762559,
"narHash": "sha256-bZDR10P9rn6CZAje5VZLdU+DB3/BH9JqH1Brl9JK1Yo=", "narHash": "sha256-rIsejgs6fGBny1XQk8njux3pKnVp5YdwqfiDKET8H/U=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "53b41a7f9bb3822b0ca79ec47c5c10d6536cd479", "rev": "f7d1a6ba8b97a83c4d7a7dfe642ffbd00d6f4bcc",
"revCount": 17713, "revCount": 17717,
"type": "git", "type": "git",
"url": "https://git.lix.systems/lix-project/lix.git" "url": "https://git.lix.systems/lix-project/lix.git"
}, },