mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
Add discord CSS template
This commit is contained in:
parent
de638a3a6f
commit
8e5d6506ff
3 changed files with 175 additions and 1 deletions
|
@ -19,8 +19,9 @@
|
|||
inherit with0x withHashtag;
|
||||
};
|
||||
in themeFull // {
|
||||
tmTheme = (import ./templates/tmTheme.nix) themeFull;
|
||||
adwaitaGtkCss = (import ./templates/adwaitaGtkCss.nix) themeFull;
|
||||
discordCss = (import ./templates/discordCss.nix) themeFull;
|
||||
tmTheme = (import ./templates/tmTheme.nix) themeFull;
|
||||
};
|
||||
} // builtins.mapAttrs (name: self.custom) raw;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue