[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Changing the color of the text in a text mode install
- From: Matthew Miller <mattdm mattdm org>
- To: Omar Kilani <omar tinysofa org>
- Cc: anaconda-devel-list redhat com
- Subject: Re: Changing the color of the text in a text mode install
- Date: Wed, 14 Jul 2004 03:19:29 -0400
On Wed, Jul 14, 2004 at 01:15:36PM +1000, Omar Kilani wrote:
> Where should I be looking to change the color of the text used during a
> text mode installation?
> snack? rhpl? anaconda?
> Can't seem to find it... if it's configurable...
newt.
Like this:
--- newt-0.51.6/newt.c.newcolors 2004-04-30 16:29:51.645258651 -0400
+++ newt-0.51.6/newt.c 2004-04-30 16:31:31.452043416 -0400
@@ -53,21 +53,21 @@
"red", "lightgray", /* title fg, bg */
"lightgray", "red", /* button fg, bg */
"red", "lightgray", /* active button fg, bg */
- "yellow", "blue", /* checkbox fg, bg */
+ "lightgray", "blue", /* checkbox fg, bg */
"blue", "brown", /* active checkbox fg, bg */
- "yellow", "blue", /* entry box fg, bg */
+ "lightgray", "blue", /* entry box fg, bg */
"blue", "lightgray", /* label fg, bg */
"black", "lightgray", /* listbox fg, bg */
- "yellow", "blue", /* active listbox fg, bg */
+ "lightgray", "blue", /* active listbox fg, bg */
"black", "lightgray", /* textbox fg, bg */
"lightgray", "black", /* active textbox fg, bg */
"white", "blue", /* help line */
- "yellow", "blue", /* root text */
+ "lightgray", "blue", /* root text */
"blue", /* scale full */
"red", /* scale empty */
"blue", "lightgray", /* disabled entry fg, bg */
"white", "blue", /* compact button fg, bg */
- "yellow", "red", /* active & sel listbox */
+ "lightgray", "red", /* active & sel listbox */
"black", "brown" /* selected listbox */
};
--
Matthew Miller mattdm mattdm org <http://www.mattdm.org/>
Boston University Linux ------> <http://linux.bu.edu/>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]