restructure theme import files

This commit is contained in:
edshot99 2025-02-07 15:18:53 -06:00
parent dd37edf36d
commit 1b80d8e34b
4 changed files with 15 additions and 19 deletions

View File

@ -1,19 +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";
/*
@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

@ -0,0 +1,5 @@
@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

@ -0,0 +1,5 @@
@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

@ -0,0 +1,5 @@
@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";