Skip to content

sqville/ville.Clean

Repository files navigation

Ville.Clean

ville.Clean is a Qooxdoo theme inspired by Semantic UI.

Benefits

  • 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

Demo

Using Qooxdoos WidgetBrowser

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 sqville/ville.Clean

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

"applications": [
  {
    ...
    "theme": "ville.theme.Clean",
    ...
  }
],

License

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

Contact

Chris Eskew - email: sqville@gmail.com