]> git.lyx.org Git - features.git/commitdiff
Make the pilcrow slightly lighter.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 19 Aug 2009 23:04:17 +0000 (23:04 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 19 Aug 2009 23:04:17 +0000 (23:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31159 a592a061-630c-0410-9148-cb99ea01b6c8

src/Color.cpp

index d25c69b9998f892968f2dc9441c939b0640294aa..1b1f513862397c7f7d08138f1e25b7c7de028994 100644 (file)
@@ -239,7 +239,7 @@ ColorSet::ColorSet()
        { Color_buttonframe, N_("frame of button"), "buttonframe", "#dcd2c8", "buttonframe" },
        { Color_buttonbg, N_("button background"), "buttonbg", "#dcd2c8", "buttonbg" },
        { Color_buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" },
-       { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey60, "paragraphmarker"},
+       { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"},
        { Color_inherit, N_("inherit"), "inherit", "black", "inherit" },
        { Color_ignore, N_("ignore"), "ignore", "black", "ignore" },
        { Color_ignore, 0, 0, 0, 0 }