From 6f700e031c4d2bc14d27f47f05ebfa83937630c8 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 26 Apr 2011 16:17:12 +0000 Subject: seems it was blue since a while.... 2011 release seems to be a big changement, it's time to change those colors --- mdk-stage1/newt/newt.c | 4 ++-- 1 file 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 */ -- cgit v1.2.1