From 15e7b87caca8759c1d5b629955d688c05f4b7004 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Tue, 25 Jan 2011 09:53:39 +0000 Subject: Nicer button for local history, fading history view, more readable blue for active item svn path=/trunk/netsurf/; revision=11481 --- cocoa/Prefix.pch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cocoa/Prefix.pch') 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 -- cgit v1.2.3