summaryrefslogtreecommitdiff
path: root/cocoa/Prefix.pch
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-25 09:53:39 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-25 09:53:39 +0000
commit15e7b87caca8759c1d5b629955d688c05f4b7004 (patch)
tree717bed173d6edc7c96ed938ab6e731e843c285dd /cocoa/Prefix.pch
parent7ff51a93d5f622bd24ff359128a83c49e09f8bb8 (diff)
downloadnetsurf-15e7b87caca8759c1d5b629955d688c05f4b7004.tar.gz
netsurf-15e7b87caca8759c1d5b629955d688c05f4b7004.tar.bz2
Nicer button for local history, fading history view, more readable blue for active item
svn path=/trunk/netsurf/; revision=11481
Diffstat (limited to 'cocoa/Prefix.pch')
-rw-r--r--cocoa/Prefix.pch3
1 files changed, 2 insertions, 1 deletions
diff --git a/cocoa/Prefix.pch b/cocoa/Prefix.pch
index 0b11cf1e3..7fa2c0547 100644
--- a/cocoa/Prefix.pch
+++ b/cocoa/Prefix.pch
@@ -7,4 +7,5 @@
#undef offsetof
#define HISTORY_COLOUR_BACKGROUND 0x000000
-#define HISTORY_COLOUR_FOREGROUND 0xFFFFFF \ No newline at end of file
+#define HISTORY_COLOUR_FOREGROUND 0xFFFFFF
+#define HISTORY_COLOUR_SELECTED 0xFF6D27 \ No newline at end of file