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