Merge pull request #999 from BeatC/theming
Add main file for switch theming
This commit is contained in:
commit
491ce70e1a
|
@ -30,7 +30,7 @@
|
||||||
/* Fonts END */
|
/* Fonts END */
|
||||||
|
|
||||||
/* Theme BEGIN */
|
/* Theme BEGIN */
|
||||||
@import "themes/light";
|
@import "themes/main";
|
||||||
/* Theme END */
|
/* Theme END */
|
||||||
|
|
||||||
/* Modules BEGIN */
|
/* Modules BEGIN */
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
/**
|
||||||
|
* Switch themes here
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import "light";
|
Loading…
Reference in New Issue