restructure theme import files (again)

This commit is contained in:
edshot99 2025-02-07 17:21:37 -06:00
parent 7080abac0e
commit c579a86a86
4 changed files with 17 additions and 15 deletions

17
src/base/_themable.scss Normal file
View File

@ -0,0 +1,17 @@
@import "../themes/classic/theme_bloodlust";
@import "../themes/classic/theme_hexagon";
@import "../themes/classic/theme_hotdog";
@import "../themes/classic/theme_pony";
@import "../themes/classic/theme_serpent";
@import "../themes/muted/theme_bloodlust";
@import "../themes/muted/theme_hexagon";
@import "../themes/muted/theme_hotdog";
@import "../themes/muted/theme_pony";
@import "../themes/muted/theme_serpent";
@import "../themes/popular/theme_bloodlust";
@import "../themes/popular/theme_hexagon";
@import "../themes/popular/theme_hotdog";
@import "../themes/popular/theme_pony";
@import "../themes/popular/theme_serpent";

View File

@ -1,5 +0,0 @@
@import "../themes/classic/theme_bloodlust";
@import "../themes/classic/theme_hexagon";
@import "../themes/classic/theme_hotdog";
@import "../themes/classic/theme_pony";
@import "../themes/classic/theme_serpent";

View File

@ -1,5 +0,0 @@
@import "../themes/muted/theme_bloodlust";
@import "../themes/muted/theme_hexagon";
@import "../themes/muted/theme_hotdog";
@import "../themes/muted/theme_pony";
@import "../themes/muted/theme_serpent";

View File

@ -1,5 +0,0 @@
@import "../themes/popular/theme_bloodlust";
@import "../themes/popular/theme_hexagon";
@import "../themes/popular/theme_hotdog";
@import "../themes/popular/theme_pony";
@import "../themes/popular/theme_serpent";