A theme for the Qooxdoo JavaScript Framework
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.
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",
...
}
],
- Fix a media player knob
Distributed under the MIT License. See LICENSE
for more information.
Norbert Schröder - @scro34 - email: [email protected] Dmitrii Zolotov - @goldim - email: [email protected]