]> git.lyx.org Git - features.git/commitdiff
Color.cpp: use a bit darker gray color for phantom text for better readability
authorUwe Stöhr <uwestoehr@web.de>
Thu, 5 Feb 2009 15:47:48 +0000 (15:47 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 5 Feb 2009 15:47:48 +0000 (15:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28361 a592a061-630c-0410-9148-cb99ea01b6c8

src/Color.cpp

index 19d596b4838e87c336029f4843d00ec7cf9dac31..7995eba38068ab6e079f170827765968ba5f0e14 100644 (file)
@@ -119,7 +119,7 @@ ColorSet::ColorSet()
        { Color_commentbg, N_("comment background"), "commentbg", "linen", "commentbg" },
        { Color_greyedoutlabel, N_("greyedout inset label"), "greyedout", "#ff0080", "greyedout" },
        { Color_greyedoutbg, N_("greyedout inset background"), "greyedoutbg", "linen", "greyedoutbg" },
-       { Color_phantomtext, N_("phantom inset text"), "phantomtext", grey80, "phantomtext" },
+       { Color_phantomtext, N_("phantom inset text"), "phantomtext", "#7f7f7f", "phantomtext" },
        { Color_shadedbg, N_("shaded box"), "shaded", "#ff0000", "shaded" },
        { Color_listingsbg, N_("listings background"), "listingsbg", "white", "listingsbg" },
        { Color_branchlabel, N_("branch label"), "branchlabel", "#c88000", "branchlabel" },