From: ewt Date: Wed, 7 Aug 1996 18:54:25 +0000 (+0000) Subject: changed colors to get rid of blinking X-Git-Tag: v0-9~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c911c1129142802e371970bba051435931d022;p=thirdparty%2Fnewt.git changed colors to get rid of blinking --- diff --git a/newt.c b/newt.c index c83fbd2..6e659a8 100644 --- a/newt.c +++ b/newt.c @@ -34,7 +34,7 @@ struct newtColors newtDefaultColorPalette = { "lightgray", "red", /* button fg, bg */ "red", "lightgray", /* active button fg, bg */ "yellow", "blue", /* checkbox fg, bg */ - "blue", "yellow", /* active checkbox fg, bg */ + "blue", "brown", /* active checkbox fg, bg */ "yellow", "blue", /* entry box fg, bg */ "blue", "lightgray", /* label fg, bg */ "black", "lightgray", /* listbox fg, bg */