]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
changed bg color for scrollbar
authorewt <ewt>
Wed, 4 Sep 1996 17:46:32 +0000 (17:46 +0000)
committerewt <ewt>
Wed, 4 Sep 1996 17:46:32 +0000 (17:46 +0000)
newt.c

diff --git a/newt.c b/newt.c
index 075d2a4470de3452f71b49b8d77337a9c409ca27..9686a85da450b60e85273ce11e56b3fbe7a48f9a 100644 (file)
--- 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 */
 };