restructure
This commit is contained in:
parent
20b2af86d7
commit
8cf8c5609d
26 changed files with 265 additions and 283 deletions
11
modules/niri/fuzzel.conf.nix
Normal file
11
modules/niri/fuzzel.conf.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ lib, config, ... }: {
|
||||
colors = with lib; with strings; {
|
||||
background = concatStrings [ config.theme.base "ee" ];
|
||||
text = concatStrings [ config.theme.text "ff" ];
|
||||
match = concatStrings [ config.theme.gold "ff" ];
|
||||
selection = concatStrings [ config.theme.highlight-med "ee" ];
|
||||
selection-text = concatStrings [ config.theme.text "ff" ];
|
||||
selection-match = concatStrings [ config.theme.gold "ff" ];
|
||||
border = concatStrings [ config.theme.overlay "ff" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue