ville.Clean is a Qooxdoo theme inspired by Semantic UI.
- Now includes light (Clean) and dark (CleanDark) themes (starting from v2)
- Reduced reliance on external images for basic control graphics such as arrows, radio buttons and window buttons, and tree icons (done with qooxdoo appearance and decoration entries)
- Leverages SVG files for decoration images where possible to improve image sharpness
Using Qooxdoos WidgetBrowser
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 sqville/ville.Clean
now you just have to modify your compile.json to enable the theme:
"applications": [
{
...
"theme": "ville.theme.Clean",
...
}
],
Distributed under the MIT License. See LICENSE
for more information.