]> git.lyx.org Git - lyx.git/commitdiff
Button face-lift: make the buttons a bit more prominent with a darker than background...
authorBo Peng <bpeng@lyx.org>
Tue, 5 Dec 2006 17:55:45 +0000 (17:55 +0000)
committerBo Peng <bpeng@lyx.org>
Tue, 5 Dec 2006 17:55:45 +0000 (17:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16185 a592a061-630c-0410-9148-cb99ea01b6c8

src/LColor.C

index 62b55f2e6c625eca837d2076833e3383afeab374..a28385b328a5e46e3c417eb544ef151927bbae46 100644 (file)
@@ -146,7 +146,7 @@ LColor::LColor()
        { bottomarea, N_("bottom area"), "bottomarea", "grey40", "bottomarea" },
        { pagebreak, N_("page break"), "pagebreak", "RoyalBlue", "pagebreak" },
        { buttonframe, N_("frame of button"), "buttonframe", "#A9ABB5", "buttonframe" },
-       { buttonbg, N_("button background"), "buttonbg", "linen", "buttonbg" },
+       { buttonbg, N_("button background"), "buttonbg", "#dcd2c8", "buttonbg" },
        { buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" },
        { inherit, N_("inherit"), "inherit", "black", "inherit" },
        { ignore, N_("ignore"), "ignore", "black", "ignore" },