change fuzzel selection color
This commit is contained in:
parent
dd0bf18739
commit
c4489d7852
2 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue