From c5fcf2c16eecb76f40a1dc0b799c9bbc1d8fb177 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 16 Aug 2016 03:19:39 -0300 Subject: [PATCH] eeshow/diff.c (AREA_FILL): change from yellow to light purple The yellow looked almost like eeschema's background fill color, making it difficult to see change indications. --- eeshow/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeshow/diff.c b/eeshow/diff.c index c79c316..ac31b0f 100644 --- a/eeshow/diff.c +++ b/eeshow/diff.c @@ -44,7 +44,7 @@ #define ONLY_NEW 0x00c000 #define BOTH 0x707070 -#define AREA_FILL 0xffffc8 +#define AREA_FILL 0xffd0f0