Skip to content

scro34/Bernstein

Repository files navigation


Logo

A theme for the Qooxdoo JavaScript Framework

About the «Bernstein» theme (v2.0.0)

«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.

Form Controls Screen shot example

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.

Using the Theme in your Application

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",
    ...
  }
],

License

Distributed under the MIT License. See LICENSE file for more information.

Contact

Norbert Schröder - @scro34 - email: n.schroeder@scro34.de