A modern-looking theme for Qooxdoo. Comes with three variants: main green theme (zx.ui.theme.avocado.Avocado), red variant (zx.ui.theme.avocado.AvocadoRed), and blue variant (zx.ui.theme.avocado.AvocadoBlue)
If you want to run the demo yourself, clone this repository, cd
into this repo's directory, and run qx serve
.
Then open localhost:8080
in your browser.
- Ensure you cloned this repo
- In your Qooxdoo project, add the path to the root folder of this repo to the
libraries
section in your compile.json - In
compile.json
, add the following line into your application in theapplications
section:theme: zx.ui.theme.avocado.Avocado
(For the blue variant of the theme, instead addtheme: zx.ui.theme.avocado.AvocadoBlue
and for the red variant of the theme, it'stheme: zx.ui.theme.avocado.AvocadoRed
)