summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/glow/resources.h')
-rw-r--r--twin-styles/glow/resources.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/twin-styles/glow/resources.h b/twin-styles/glow/resources.h
new file mode 100644
index 00000000..a304b822
--- /dev/null
+++ b/twin-styles/glow/resources.h
@@ -0,0 +1,11 @@
+#ifndef RESOURCES_H
+#define RESOURCES_H
+
+#define DEFAULT_CLOSE_BUTTON_COLOR TQt::red
+#define DEFAULT_MAXIMIZE_BUTTON_COLOR TQt::yellow
+#define DEFAULT_ICONIFY_BUTTON_COLOR TQt::green
+#define DEFAULT_HELP_BUTTON_COLOR TQt::white
+#define DEFAULT_STICKY_BUTTON_COLOR TQt::white
+
+#endif
+