summaryrefslogtreecommitdiffstats
path: root/web-gui/calculator/source/class/calculator/theme/Theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-gui/calculator/source/class/calculator/theme/Theme.js')
-rw-r--r--web-gui/calculator/source/class/calculator/theme/Theme.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/web-gui/calculator/source/class/calculator/theme/Theme.js b/web-gui/calculator/source/class/calculator/theme/Theme.js
new file mode 100644
index 0000000..aa59d7d
--- /dev/null
+++ b/web-gui/calculator/source/class/calculator/theme/Theme.js
@@ -0,0 +1,21 @@
+/* ************************************************************************
+
+ Copyright:
+
+ License:
+
+ Authors:
+
+************************************************************************ */
+
+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
+ }
+}); \ No newline at end of file