From: ewt Date: Wed, 4 Sep 1996 17:46:32 +0000 (+0000) Subject: changed bg color for scrollbar X-Git-Tag: v0-9~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c92910bddba9885d0dc06010c75682cb101b2cb6;p=thirdparty%2Fnewt.git changed bg color for scrollbar --- diff --git a/newt.c b/newt.c index 075d2a4..9686a85 100644 --- a/newt.c +++ b/newt.c @@ -50,7 +50,7 @@ struct newtColors newtDefaultColorPalette = { "lightgray", "black", /* active textbox fg, bg */ "white", "blue", /* help line */ "yellow", "blue", /* root text */ - "green", /* scale full */ + "blue", /* scale full */ "red", /* scale empty */ };