summaryrefslogtreecommitdiffstats
path: root/web-gui/plot/source/class/plot/theme/Appearance.js
blob: e64bd3b683ffa4c2c924a41f477f70267095cfdb (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("plot.theme.Appearance",
{
  extend : qx.theme.modern.Appearance,

  appearances :
  {
  }
});