11.stylix/modules/discord/common/theme-elements.nix

15 lines
295 B
Nix

name: [
{ stylix.targets.${name}.themeBody = import ./theme-header.nix; }
(
{ fonts }:
{
stylix.targets.${name}.themeBody = import ./font-theme.nix fonts;
}
)
(
{ colors }:
{
stylix.targets.${name}.themeBody = import ./color-theme.nix colors;
}
)
]