Skip to content

goldim/SilverBlueTheme

 
 

Repository files navigation


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: n.schroeder@scro34.de Dmitrii Zolotov - @goldim - email: zolotovdy@yandex.ru

About

A slightly coloured theme for qooxdoo

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • HTML 1.8%