summaryrefslogtreecommitdiffstats
path: root/web-gui/live/source/class/live/theme/Theme.js
blob: 438ea30a2f8c0618c741cf83c823ea69f5ae10e9 (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("live.theme.Theme",
{
  meta :
  {
    color : live.theme.Color,
    decoration : live.theme.Decoration,
    font : live.theme.Font,
    icon : qx.theme.icon.Tango,
    appearance : live.theme.Appearance
  }
});