summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-04-26 16:17:12 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-04-26 16:17:12 +0000
commit6f700e031c4d2bc14d27f47f05ebfa83937630c8 (patch)
tree9c2aec0cf1f5a2551eeb29c4e61fd89e1b712e51
parent87b7922cceef43b7511ef732fb8ec8a46a405086 (diff)
downloaddrakx-6f700e031c4d2bc14d27f47f05ebfa83937630c8.tar
drakx-6f700e031c4d2bc14d27f47f05ebfa83937630c8.tar.gz
drakx-6f700e031c4d2bc14d27f47f05ebfa83937630c8.tar.bz2
drakx-6f700e031c4d2bc14d27f47f05ebfa83937630c8.tar.xz
drakx-6f700e031c4d2bc14d27f47f05ebfa83937630c8.zip
seems it was blue since a while.... 2011 release seems to be a big changement, it's time to change those colors
-rw-r--r--mdk-stage1/newt/newt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/newt/newt.c b/mdk-stage1/newt/newt.c
index 8ff5e39a5..7ae80ea94 100644
--- a/mdk-stage1/newt/newt.c
+++ b/mdk-stage1/newt/newt.c
@@ -51,10 +51,10 @@ const struct newtColors newtDefaultColorPalette = {
"white", "blue", /* label fg, bg */
"black", "cyan", /* listbox fg, bg */
"yellow", "cyan", /* active listbox fg, bg */
- "white", "blue", /* textbox fg, bg */
+ "black", "green", /* textbox fg, bg */
"cyan", "black", /* active textbox fg, bg */
"white", "blue", /* help line */
- "yellow", "blue", /* root text */
+ "black", "green", /* root text */
"blue", /* scale full */
"red", /* scale empty */
"blue", "cyan", /* disabled entry fg, bg */