Add main file for switch theming
This commit is contained in:
parent
1238ffbc40
commit
429325ca6d
|
@ -30,7 +30,7 @@
|
|||
/* Fonts END */
|
||||
|
||||
/* Theme BEGIN */
|
||||
@import "themes/light";
|
||||
@import "themes/main";
|
||||
/* Theme END */
|
||||
|
||||
/* Modules BEGIN */
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
/**
|
||||
* Switch themes here
|
||||
*/
|
||||
|
||||
@import "light";
|
Loading…
Reference in New Issue