flake/programs/fuzzel.nix
2023-11-25 16:23:44 +01:00

17 lines
436 B
Nix

{
hm.programs.fuzzel = {
enable = true;
settings = {
main.font = "Iosevka Nerd Font:size=14";
colors = {
background = "24273aff"; # base
border = "91d7e3cc"; # sky
text = "cad3f5ff"; # text
match = "a6da95ff"; # green
selection = "f4dbd6ff"; # rosewater
selection-text = "181926ff"; # crust
selection-match = "40a02bff"; # latte green
};
};
};
}