0

Are there less files to easify creating an own theme? Or is there a repository with custom themes (besides the one shipping with onsenui) available?

Andy Fuchs
  • 21
  • 2

1 Answers1

0

You can make your own theme from the same repository. it's inside the themes-module directory

https://github.com/OnsenUI/OnsenUI/tree/master/themes/theme-modules

It uses stylus.

To build it, just cd to themes directory where Gruntfile.js is located. then type

 grunt
Tamura
  • 1,788
  • 1
  • 14
  • 10