Index: tvtime-1.0.2/src/osdtools.c
===================================================================
--- tvtime-1.0.2.orig/src/osdtools.c	2013-03-25 22:34:05.943109000 +0000
+++ tvtime-1.0.2/src/osdtools.c	2013-03-25 22:36:52.926310889 +0000
@@ -29,7 +29,7 @@
 #include "utils.h"
 
 
-#define OSD_FADEOUT_TIME 15
+#define OSD_FADEOUT_TIME 25
 
 #define MEMORY_PER_STRING (256*1024)
 
@@ -829,7 +829,7 @@
                 composite_colour4444_alpha_to_packed422_scanline( output, output, 255, 235, 128, 128, bgwidth, alpha200 );
             } else {
                 /* gray */
-                composite_colour4444_alpha_to_packed422_scanline( output, output, 255,  90, 128, 128, bgwidth, alpha200 );
+                composite_colour4444_alpha_to_packed422_scanline( output, output, 255,  100, 140, 128, bgwidth, alpha200 );
             }
 
             osd_string_composite_packed422_scanline( osdl->lines[ i ],
