add fuzzel config
This commit is contained in:
parent
08484e8ea4
commit
2383b38858
2 changed files with 18 additions and 2 deletions
17
programs/fuzzel.nix
Normal file
17
programs/fuzzel.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
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
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue