From 59323f5154937b3626107ffbad969d37afcd9abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Wed, 24 May 2000 21:47:29 +0000 Subject: [PATCH] some lighter colors git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@770 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ src/LColor.C | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3306bbde7b..ad0ae4247e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-05-25 Lars Gullik Bjønnes + + * src/LColor.C (LColor): change a couple of grey40 to grey60 + 2000-05-09 Dekel Tsur * src/Bullet.[Ch]: Fixed a small bug. diff --git a/src/LColor.C b/src/LColor.C index 6e6fe8e74e..b2a5cc43eb 100644 --- a/src/LColor.C +++ b/src/LColor.C @@ -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");