1
Fork 0
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:
RGBCube 2023-12-01 15:00:12 +03:00
parent de638a3a6f
commit 8e5d6506ff
No known key found for this signature in database
3 changed files with 175 additions and 1 deletions

View file

@ -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;
}