From c399c1a08552393633e836219ceeef2f2b0ab5f3 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 20 Jan 2011 16:03:10 +0100 Subject: [PATCH] Brighter default background color --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e048124..32f8c37 100644 --- a/config.h +++ b/config.h @@ -10,4 +10,4 @@ #define ZOOM_MAX 400 /* */ -#define BG_COLOR "#777777" +#define BG_COLOR "#888888"