summaryrefslogtreecommitdiffstats
path: root/tdepacman/colors.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-05 01:09:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-05 01:22:13 +0900
commit37aaa67152936f4fefff22d559c03e943a86ae69 (patch)
treeffffcd595eecef631bc1fc38922c63060aa175ea /tdepacman/colors.h
parentac81a3c3e8d1a61fc2ff39da89c7c2ea290d5e34 (diff)
downloadtdepacman-37aaa671.tar.gz
tdepacman-37aaa671.zip
Renamed kpacman -> tdepacman.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdepacman/colors.h')
-rw-r--r--tdepacman/colors.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/tdepacman/colors.h b/tdepacman/colors.h
new file mode 100644
index 0000000..33beae2
--- /dev/null
+++ b/tdepacman/colors.h
@@ -0,0 +1,21 @@
+#ifndef COLORS_H
+#define COLORS_H
+
+#include <tqcolor.h>
+
+#define BLACK TQColor(TQt::black)
+#define RED TQColor(TQt::red)
+#define BROWN TQColor(0xde, 0x95, 0x41)
+#define PINK TQColor(0xff, 0xba, 0xde)
+#define CYAN TQColor(0x00, 0xff, 0xde)
+#define LIGHTBLUE TQColor(0x41, 0xba, 0xde)
+#define ORANGE TQColor(0xff, 0xba, 0x41)
+#define YELLOW TQColor(TQt::yellow)
+#define BLUE TQColor(0x20, 0x20, 0xde)
+#define GREEN TQColor(TQt::green)
+#define LIGHTGREEN TQColor(0x41, 0xba, 0x94)
+#define FLESH TQColor(0xff, 0xba, 0x94)
+#define WHITE TQColor(0xd8, 0xdc, 0xd8)
+
+#endif // COLORS_H
+