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

   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("calculator.theme.Theme",
{
  meta :
  {
    color : calculator.theme.Color,
    decoration : calculator.theme.Decoration,
    font : calculator.theme.Font,
    icon : qx.theme.icon.Tango,
    appearance : calculator.theme.Appearance
  }
});