summaryrefslogtreecommitdiffstats
path: root/web-gui/hello-world/source/class/hello_world/theme/Color.js
blob: 3f37a86ded28f6aa679d577639a18df72fb6f2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************

   Copyright: 2010 by Michael Olbrich <m.olbrich@pengutronix.de>

   License:
     To the extent possible under law, Pengutronix e.K. has
     waived all copyright and related or neighboring rights to
     JSON-DBus-Bridge Demo Code.

************************************************************************ */

qx.Theme.define("hello_world.theme.Color",
{
  extend : qx.theme.modern.Color,

  colors :
  {
  }
});