summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */