]> git.lyx.org Git - features.git/commitdiff
some lighter colors
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 24 May 2000 21:47:29 +0000 (21:47 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 24 May 2000 21:47:29 +0000 (21:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@770 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/LColor.C

index 3306bbde7b8c8c050574512e27172a36b8aeda13..ad0ae4247ecb0dc305c14b93a8b9a2ef680771c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/LColor.C (LColor): change a couple of grey40 to grey60
+
 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
 
        * src/Bullet.[Ch]: Fixed a small bug.
index 6e6fe8e74e1665c78d2fbadda70d29f70fe42620..b2a5cc43eb9ee95251733ec4357bf5aa455cc137 100644 (file)
@@ -71,11 +71,11 @@ LColor::LColor()
        fill(mathcursor, _("math cursor"), "mathcursor", "black", "mathcursor");
        fill(mathline, _("math line"), "mathline", "Blue", "mathline");
        fill(footnote, _("footnote"), "footnote", "DarkRed", "footnote");
-       fill(footnotebg, _("footnote background"), "footnotebg", "grey40", "footnotebg");
+       fill(footnotebg, _("footnote background"), "footnotebg", "grey60", "footnotebg");
        fill(footnoteframe, _("footnote frame"), "footnoteframe", "IndianRed", "footnoteframe");
        fill(ert, _("ert"), "ert", "DarkRed", "ert");
        fill(inset, _("inset"), "inset", "black", "inset");
-       fill(insetbg, _("inset background"), "insetbg", "grey40", "insetbg");
+       fill(insetbg, _("inset background"), "insetbg", "grey60", "insetbg");
        fill(insetframe, _("inset frame"), "insetframe", "IndianRed", "insetframe");
        fill(error, _("error"), "error", "Red", "error");
        fill(eolmarker, _("end-of-line marker"), "eolmarker", "Brown", "eolmarker");