summaryrefslogtreecommitdiffstats
path: root/web-gui/plot/source/class/plot/theme/Theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-gui/plot/source/class/plot/theme/Theme.js')
-rw-r--r--web-gui/plot/source/class/plot/theme/Theme.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/web-gui/plot/source/class/plot/theme/Theme.js b/web-gui/plot/source/class/plot/theme/Theme.js
new file mode 100644
index 0000000..f6d370b
--- /dev/null
+++ b/web-gui/plot/source/class/plot/theme/Theme.js
@@ -0,0 +1,21 @@
+/* ************************************************************************
+
+ Copyright:
+
+ License:
+
+ Authors:
+
+************************************************************************ */
+
+qx.Theme.define("plot.theme.Theme",
+{
+ meta :
+ {
+ color : plot.theme.Color,
+ decoration : plot.theme.Decoration,
+ font : plot.theme.Font,
+ icon : qx.theme.icon.Tango,
+ appearance : plot.theme.Appearance
+ }
+}); \ No newline at end of file