summaryrefslogtreecommitdiffstats
path: root/web-gui/live/source/class/live/theme/Color.js
blob: 23114ccd171fcf7e4a59bd7a35e78dc0fd479367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************

   Copyright:

   License:

   Authors:

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

qx.Theme.define("live.theme.Color",
{
  extend : qx.theme.modern.Color,

  colors :
  {
  }
});