modules/theme: update fuzzel selection colors

This commit is contained in:
Anthony Rodriguez 2024-12-13 16:59:37 +01:00
parent f3386f5b0a
commit 5a42498391
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -145,10 +145,10 @@ in {
colors = {
background = "${scheme.palette.base01}f2";
text = "${scheme.palette.base05}ff";
match = "${scheme.palette.base0D}ff";
match = "${scheme.palette.base0E}ff";
selection = "${scheme.palette.base03}ff";
selection-text = "${scheme.palette.base06}ff";
selection-match = "${scheme.palette.base0D}ff";
selection-match = "${scheme.palette.base0E}ff";
border = "${scheme.palette.base0E}ff";
};
};