lkml.org 
[lkml]   [2003]   [Jan]   [8]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 8 Jan 2003 02:47:14 -0800
Fromjeff gerard <>
Subject[PATCH][TRIVIAL] menuconfig color sanity
hi,

using yellow and green text with a "white" background in menuconfig works all
right on console, but it looks like crap under xterm, rxvt, etc. no
matter whose fault that is, the trivial patch below makes things more
readable without any major change in appearance. applies to 2.4 and 2.5.

now you can stop wondering about support for "lug and play", "mateur radio", 
and "elephony" in the linux kernel.

jeff


--- linux-2.5.52.orig/scripts/lxdialog/colors.h	2002-11-10 19:28:02.000000000 -0800
+++ linux-2.5.52/scripts/lxdialog/colors.h	2003-01-08 02:04:07.000000000 -0800
@@ -41 +41 @@
-#define TITLE_FG                     COLOR_YELLOW
+#define TITLE_FG                     COLOR_RED
@@ -93 +93 @@
-#define POSITION_INDICATOR_FG        COLOR_YELLOW
+#define POSITION_INDICATOR_FG        COLOR_RED
@@ -113 +113 @@
-#define TAG_FG                       COLOR_YELLOW
+#define TAG_FG                       COLOR_MAGENTA
@@ -121 +121 @@
-#define TAG_KEY_FG                   COLOR_YELLOW
+#define TAG_KEY_FG                   COLOR_MAGENTA
@@ -137 +137 @@
-#define UARROW_FG                    COLOR_GREEN
+#define UARROW_FG                    COLOR_RED
@@ -141 +141 @@
-#define DARROW_FG                    COLOR_GREEN
+#define DARROW_FG                    COLOR_RED
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:32    [from the cache]
©2003-2008