diff mbox

[2/2] nconf: function keys line, change background color for better readability

Message ID 20121229223328.GA28355@mobil.systemanalysen.net (mailing list archive)
State New, archived
Headers show

Commit Message

Roland Eggner Dec. 29, 2012, 10:33 p.m. UTC
>From: Roland Eggner <edvx1@systemanalysen.net>

•  In function keys line descriptions black on darkblue are almost impossible
   to read.  Change colors to black on brown.

Signed-off-by: Roland Eggner <edvx1@systemanalysen.net>
---

Comments

Yann E. MORIN Jan. 14, 2013, 10:20 p.m. UTC | #1
Roland, All,

On Saturday 29 December 2012 Roland Eggner wrote:
> >From: Roland Eggner <edvx1@systemanalysen.net>
> 
> •  In function keys line descriptions black on darkblue are almost impossible
>    to read.  Change colors to black on brown.
> 
> Signed-off-by: Roland Eggner <edvx1@systemanalysen.net>
> ---
> --- a/scripts/kconfig/nconf.gui.c	2012-11-16 17:47:22.000000000 +0100
> +++ b/scripts/kconfig/nconf.gui.c	2012-12-23 23:51:40.929833170 +0100
> @@ -48,7 +48,7 @@ static void set_normal_colors(void)
>  	init_pair(INPUT_FIELD, -1, -1);
>  
>  	init_pair(FUNCTION_HIGHLIGHT, -1, -1);
> -	init_pair(FUNCTION_TEXT, COLOR_BLUE, -1);
> +	init_pair(FUNCTION_TEXT, COLOR_YELLOW, -1);

Although I am not a fan of this color scheme, it is much more readable
than the previous black-on-blue. Tested in frame-buffer console, in konsole
and in xterm. And queued in my non-official for-next branch.

Regards,
Yann E. MORIN.
Yann E. MORIN Jan. 14, 2013, 10:26 p.m. UTC | #2
Roland, All,

On Monday 14 January 2013 Yann E. MORIN wrote:
> On Saturday 29 December 2012 Roland Eggner wrote:
> > >From: Roland Eggner <edvx1@systemanalysen.net>
> > 
> > •  In function keys line descriptions black on darkblue are almost impossible
> >    to read.  Change colors to black on brown.
[--SNIP--]
> Although I am not a fan of this color scheme, it is much more readable
> than the previous black-on-blue. Tested in frame-buffer console, in konsole
> and in xterm. And queued in my non-official for-next branch.

Sorry, the branch is:
  git@gitorious.org:linux-kconfig/linux-kconfig.git yem-kconfig-for-next

Regards,
Yann E. MORIN.
diff mbox

Patch

--- a/scripts/kconfig/nconf.gui.c	2012-11-16 17:47:22.000000000 +0100
+++ b/scripts/kconfig/nconf.gui.c	2012-12-23 23:51:40.929833170 +0100
@@ -48,7 +48,7 @@  static void set_normal_colors(void)
 	init_pair(INPUT_FIELD, -1, -1);
 
 	init_pair(FUNCTION_HIGHLIGHT, -1, -1);
-	init_pair(FUNCTION_TEXT, COLOR_BLUE, -1);
+	init_pair(FUNCTION_TEXT, COLOR_YELLOW, -1);
 }
 
 /* available attributes: