public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] menuconfig color sanity
@ 2003-01-08 10:47 jeff gerard
  2003-01-08 11:05 ` Marc-Christian Petersen
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: jeff gerard @ 2003-01-08 10:47 UTC (permalink / raw)
  To: linux-kernel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-01-08 20:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-08 10:47 [PATCH][TRIVIAL] menuconfig color sanity jeff gerard
2003-01-08 11:05 ` Marc-Christian Petersen
2003-01-08 11:35   ` Dave Jones
2003-01-08 13:56 ` Alan Cox
2003-01-08 15:02 ` Bill Davidsen
2003-01-08 20:43   ` [PATCH][TRIVIAL] menuconfig color sanityExpires: H. Peter Anvin
2003-01-08 15:56 ` [PATCH][TRIVIAL] menuconfig color sanity Joshua M. Kwan
2003-01-08 16:09   ` John Bradford
2003-01-08 16:55     ` john slee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox