DEMO: Ionic Theme Editor - build a custom theme visually

About

The Ionic Theme Editor is a simple live-editor for the Ionic Framework.
You can visually customize the primary Ionic SASS variables, view your live changes immediately in several previews, and download a compiled css file with your edits.

Website

http://ionic-theme-editor.herokuapp.com/

Github Repo

Preview

Contributing

Currently the Ionic Theme Editor is hosted in a heroku app. All changes inbetween each release are made to the github repo. I use grunt to build the files. To get setup:

git clone https://github.com/pbernasconi/ionic-theme-editor.git
cd .../ionic-theme-editor
npm install
bower install
grunt build
grunt serve
7 Likes

This looks great. I’ve come across it a few times now. However the components and preset themes isnt working it seems?

@pbernasconi No more available the site to edit theme? Thanks