summaryrefslogtreecommitdiffstats
path: root/web-gui/logging/source/class/logging/theme/Color.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-gui/logging/source/class/logging/theme/Color.js')
-rw-r--r--web-gui/logging/source/class/logging/theme/Color.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/web-gui/logging/source/class/logging/theme/Color.js b/web-gui/logging/source/class/logging/theme/Color.js
new file mode 100644
index 0000000..fb7ac5e
--- /dev/null
+++ b/web-gui/logging/source/class/logging/theme/Color.js
@@ -0,0 +1,18 @@
+/* ************************************************************************
+
+ Copyright:
+
+ License:
+
+ Authors:
+
+************************************************************************ */
+
+qx.Theme.define("logging.theme.Color",
+{
+ extend : qx.theme.modern.Color,
+
+ colors :
+ {
+ }
+}); \ No newline at end of file