]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
do what the FIXME suggested
[lyx.git] / src / Color.cpp
index 5d1af0865b9f0a68d72c7973fd1a948b63a2e514..d9f4d5e999cb6a9253355ba62b9c97b04a46dca4 100644 (file)
@@ -108,11 +108,11 @@ ColorSet::ColorSet()
        { Color_nonunique_inlinecompletion, N_("non-unique inline completion"),
                "nonuniqueinlinecompletion", "grey80", "nonuniqueinlinecompletion" },
        { Color_preview, N_("previewed snippet"), "preview", "black", "preview" },
-       { Color_note, N_("note"), "note", "yellow", "note" },
+       { Color_notelabel, N_("note label"), "note", "yellow", "note" },
        { Color_notebg, N_("note background"), "notebg", "yellow", "notebg" },
-       { Color_comment, N_("comment"), "comment", "magenta", "comment" },
+       { Color_commentlabel, N_("comment label"), "comment", "magenta", "comment" },
        { Color_commentbg, N_("comment background"), "commentbg", "linen", "commentbg" },
-       { Color_greyedout, N_("greyedout inset"), "greyedout", "red", "greyedout" },
+       { Color_greyedoutlabel, N_("greyedout inset label"), "greyedout", "#ff0080", "greyedout" },
        { Color_greyedoutbg, N_("greyedout inset background"), "greyedoutbg", "linen", "greyedoutbg" },
        { Color_shadedbg, N_("shaded box"), "shaded", "#ff0000", "shaded" },
        { Color_branchlabel, N_("branch label"), "branchlabel", "#c88000", "branchlabel" },