Button face-lift: make the buttons a bit more prominent with a darker than background \buttonbg

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16185 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-12-05 17:55:45 +00:00
parent 95579c2a71
commit eb7d4d500c

View 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" },