Skip to content

goldim/Bernstein

 
 

Repository files navigation


Logo

A theme for the Qooxdoo JavaScript Framework

About the «Bernstein» theme (v2.1)

«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

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 goldim/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