Hello, Frans Pop, le Fri 18 Jul 2008 08:05:17 +0200, a écrit : > On Thursday 17 July 2008, Samuel Thibault wrote: > > Ok, so for coherency we should probably go with the black on gray. > > Here is a patch that fixes the progression bar too. > > Committed in SVN.
Thanks, however slang was written by american people, so the UK orthography is not recognized, it has to be lightgray, see attached patch. Samuel
Index: src/modules/frontend/newt/newt.c =================================================================== --- src/modules/frontend/newt/newt.c (r�vision 54429) +++ src/modules/frontend/newt/newt.c (copie de travail) @@ -90,7 +90,7 @@ "gray", "brightred", /* active button fg, bg */ "white", "gray", /* checkbox fg, bg */ /*"yellow", "brown",*/ /* active checkbox fg, bg */ - "black", "lightgrey", /* 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 */