From: jeff gerard <jeff-lk@gerard.st>
To: linux-kernel@vger.kernel.org
Subject: [PATCH][TRIVIAL] menuconfig color sanity
Date: Wed, 8 Jan 2003 02:47:14 -0800 [thread overview]
Message-ID: <20030108104714.GM268@gage.org> (raw)
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
next reply other threads:[~2003-01-08 10:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-08 10:47 jeff gerard [this message]
2003-01-08 11:05 ` [PATCH][TRIVIAL] menuconfig color sanity 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030108104714.GM268@gage.org \
--to=jeff-lk@gerard.st \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox