Merge pull request #999 from BeatC/theming

Add main file for switch theming
This commit is contained in:
yanas
2016-10-12 11:34:01 -05:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
/* Fonts END */
/* Theme BEGIN */
@import "themes/light";
@import "themes/main";
/* Theme END */
/* Modules BEGIN */
+5
View File
@@ -0,0 +1,5 @@
/**
* Switch themes here
*/
@import "light";