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.
Instead of one of qooxdoo's icon themes «Bernstein» (and its accompanying demo application) now includes the Font Awesome icon font (v.5.15.3). If you want to use the font icons in your own Bernstein-based aplication, please refer to the qooxdoo documentation or the source code of this demo on how to do that.
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 scro34/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: [email protected]