[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#488494: cdebconf: Make the dark theme even more readable



Richard Rafalski, le Thu 17 Jul 2008 17:08:07 +0200, a écrit :
> >I've put an image doing this on
> >http://brl.thefreecat.org/mini.iso
> >And an image using white on blue as you suggested on
> >http://brl.thefreecat.org/mini-blue.iso
> >
> Thank you for the images. Both look good. It is ok to use the black 
> asterisk an the gray background.

Ok, so for coherency we should probably go with the black on gray.
Here is a patch that fixes the progression bar too.

Samuel
Index: src/modules/frontend/newt/newt.c
===================================================================
--- src/modules/frontend/newt/newt.c	(r�vision 54394)
+++ src/modules/frontend/newt/newt.c	(copie de travail)
@@ -89,7 +89,8 @@
 	"black", "lightgray",			/* button fg, bg */
 	"gray", "brightred",			/* active button fg, bg */
 	"white", "gray",			/* checkbox fg, bg */
-	"yellow", "brown",			/* active checkbox fg, bg */
+	/*"yellow", "brown",*/			/* active checkbox fg, bg */
+	"black", "lightgray",			/* active checkbox fg, bg */
 	/*"yellow", "blue",*/			/* entry box fg, bg */
 	"white", "black",			/* entry box fg, bg */
 	/*"blue", "lightgray",*/		/* label fg, bg */
@@ -104,9 +105,9 @@
 	"white", "black",			/* help line */
 	"yellow", "blue",			/* root text */
 	/*"blue",*/				/* scale full */
-	"gray",					/* scale full */
+	"black",				/* scale full */
 	/*"red",*/				/* scale empty */
-	"lightgray",				/* scale empty */
+	"blue",					/* scale empty */
 	"blue", "lightgray",			/* disabled entry fg, bg */
 	/*"black", "lightgray",*/		/* compact button fg, bg */
 	"white", "black",			/* compact button fg, bg */

Reply to: