Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.34 KB

README.md

File metadata and controls

55 lines (43 loc) · 1.34 KB

Logo

A theme for the Qooxdoo JavaScript Framework

About The Project

Just like the «DarkTheme», «SilverBlue» uses many tiny image files for constructing a GUI, so initial rendering of widgets may be a bit delayed, depending on the speed of your internet connection.

Form Controls Screen shot example

Using the Theme in your Application

To use the Theme in your application, go into the application root directory and install the theme into your project:

$ qx package update
$ qx package list
$ qx package install goldim/SilverBlueTheme

now you just have to modify your compile.json to enable the theme:

"applications": [
  {
    ...
    "theme": "silverbluetheme.theme.Theme",
    ...
  }
],

TODO

  • Fix a media player knob

License

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

Contact

Norbert Schröder - @scro34 - email: [email protected] Dmitrii Zolotov - @goldim - email: [email protected]