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