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;
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