From a4b781e93a0bee0549611e129b3564d9804d9090 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 23 Feb 2011 12:47:56 -0500 Subject: [PATCH] Default background color shall either be white or transparent Definitely not black! --- src/hb-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-view.c b/src/hb-view.c index c55c423..dcb9571 100644 --- a/src/hb-view.c +++ b/src/hb-view.c @@ -50,7 +50,7 @@ static int margin_r = 10; static int line_space = 0; static double font_size = 18; static const char *fore = "#000000"; -static const char *back = "#000000"; +static const char *back = "#ffffff"; static const char *text = NULL; static const char *font_file = NULL; static const char *out_file = "/dev/stdout"; -- 2.7.4