summaryrefslogtreecommitdiff
path: root/cocoa/Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/Prefix.pch')
-rw-r--r--cocoa/Prefix.pch5
1 files changed, 4 insertions, 1 deletions
diff --git a/cocoa/Prefix.pch b/cocoa/Prefix.pch
index 0516a0bf7..0b11cf1e3 100644
--- a/cocoa/Prefix.pch
+++ b/cocoa/Prefix.pch
@@ -4,4 +4,7 @@
#import <Cocoa/Cocoa.h>
#endif
-#undef offsetof \ No newline at end of file
+#undef offsetof
+
+#define HISTORY_COLOUR_BACKGROUND 0x000000
+#define HISTORY_COLOUR_FOREGROUND 0xFFFFFF \ No newline at end of file