- Notifications
You must be signed in to change notification settings - Fork0
Dark theme for qooxdoo v6 and higher
License
goldim/DarkTheme
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A theme for the Qooxdoo JavaScript Framework
This was my first theme contribution back in 2010 when qooxdoo 1.x was state of the art. At that time you had to use quite a number of graphical items in order to produce some kind of spatial impression in your GUI. Especially with a slow internet connection you'll find that initial rendering of many GUI elements in a «DarkTheme» application is noticeably delayed. But the longer the app is running, the less latency occurs ;-)
The «DarkTheme» you are currently looking at is not only a port to qooxdoo 3.0+, but it's also been slightly refurbished. This means that some widgets (CheckBox, RadioButton, Slider, TabView, Window) now come with "modernized" decorators, the general look & feel of the theme, however, should have been preserved.
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/darktheme
now you just have to modify your compile.json to enable the theme:
"applications": [ { ..."theme":"darktheme.theme.Theme", ... }],
Using QooxdoosWidgetBrowser
TBD
Distributed under the MIT License. SeeLICENSE
for more information.
Norbert Schröder -@scro34 - email:n.schroeder@scro34.de
About
Dark theme for qooxdoo v6 and higher