]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
changed colors to get rid of blinking
authorewt <ewt>
Wed, 7 Aug 1996 18:54:25 +0000 (18:54 +0000)
committerewt <ewt>
Wed, 7 Aug 1996 18:54:25 +0000 (18:54 +0000)
newt.c

diff --git a/newt.c b/newt.c
index c83fbd29d288c4108a180cfbd149256bb833b308..6e659a8f73afc79ad7256bb8c1ea66fb37ef2f87 100644 (file)
--- 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 */