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

   Copyright:

   License:

   Authors:

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

qx.Theme.define("hello_world.theme.Theme",
{
  meta :
  {
    color : hello_world.theme.Color,
    decoration : hello_world.theme.Decoration,
    font : hello_world.theme.Font,
    icon : qx.theme.icon.Tango,
    appearance : hello_world.theme.Appearance
  }
});