A theme for the Qooxdoo JavaScript Framework
This is another theme contribution which can be used with applications written in qooxdoo v3.0 or above. The theme has a "wooden" visual appeal which partly reminds me of bamboo, hence its name. It took ages to develop (more than three years), because this is a typical spare time project and finding/designing the bits and pieces suitable for creating a coherent overall appearance was quite a demanding task.
In contrast to my previous theme demos, the «Bamboo» demo application uses neither Oxygen nor Tango, but a slightly customized subset of the Font Awesome icons. However, instead of trying to make the awesome CSS/SVG mechanics work in a qooxdoo program I'm simply using PNG versions of the icons https://github.com/encharm/Font-Awesome-SVG-PNG.
To use Bamboo in your application, go to the application root directory and install the theme into your project:
$ qx package update
$ qx package list
$ qx package install goldim/BambooNow you just have to modify your compile.json to enable the theme:
"applications": [
{
...
"theme": "bamboo.theme.Theme",
...
}
],Distributed under the MIT License. See LICENSE file for more information.
- Norbert Schröder - @scro34 - email: [email protected]
- Dmitrii Zolotov - @goldim - email: [email protected]