Skip to content

Another theme for qooxdoo applications

License

Notifications You must be signed in to change notification settings

goldim/GraydientTheme

 
 

Repository files navigation


Logo

A theme for the Qooxdoo JavaScript Framework

About The Project

The «GraydientTheme» mainly relies on CSS techniques in order to create the appearances of widgets. This makes it rather lightweight and the rendering of GUI elements shows almost no delays.

In the current version of «Graydient» a lot of items have changed compared to the earlier version of 2011. Some people might even say that it's not the same theme anymore. Nevertheless, I hope a few people like it and consider using it in one of their applications.

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

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

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

Demo

Using Qooxdoos WidgetBrowser

Roadmap

TBD

TODO

  • Fix media player knob

License

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

Contact

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

About

Another theme for qooxdoo applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • HTML 1.8%