A theme for the Qooxdoo JavaScript Framework
«Bernstein» (engl. amber) is a dark theme for desktop applications written in qooxdoo v3.0 or above. It has now - at long last - been adapted to qooxdoo v6.0.0 (thanks to Dmitry Zolotov, aka goldim).
The decorators of the theme are mainly based on gradients and shadows, i. e. only very few image files are involved, which makes it a relatively lean theme causing hardly any flicker effects.
To use Bernstein 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/Bernstein
Now you just have to modify your compile.json to enable the theme:
"applications": [
{
...
"theme": "bernstein.theme.Theme",
...
}
],
Distributed under the MIT License. See LICENSE
file for more information.
- Norbert Schröder - @scro34 - email: n.schroeder@scro34.de
- Dmitrii Zolotov - @goldim - email: zolotovdy@yandex.ru