]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
do what the FIXME suggested
[lyx.git] / src / Color.cpp
index a2e79327bd1dd3039d318152f65ea881db27fb1d..d9f4d5e999cb6a9253355ba62b9c97b04a46dca4 100644 (file)
@@ -108,13 +108,13 @@ 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", "red", "shaded" },
+       { Color_shadedbg, N_("shaded box"), "shaded", "#ff0000", "shaded" },
        { Color_branchlabel, N_("branch label"), "branchlabel", "#c88000", "branchlabel" },
        { Color_footlabel, N_("footnote label"), "footlabel", "#00aaff", "footlabel" },
        { Color_indexlabel, N_("index label"), "indexlabel", "green", "indexlabel" },
@@ -139,6 +139,8 @@ ColorSet::ColorSet()
        { Color_mathmacrolabel, N_("Math macro label"), "mathmacrolabel", "#a19992", "mathmacrolabel" },
        { Color_mathmacroframe, N_("Math macro frame"), "mathmacroframe", "#ede2d8", "mathmacroframe" },
        { Color_mathmacroblend, N_("Math macro blended out"), "mathmacroblend", "black", "mathmacroblend" },
+       { Color_mathmacrooldarg, N_("Math macro old parameter"), "mathmacrooldarg", "grey80", "mathmacrooldarg" },
+       { Color_mathmacronewarg, N_("Math macro new parameter"), "mathmacronewarg", "black", "mathmacronewarg" },
        { Color_captionframe, N_("caption frame"), "captionframe", "DarkRed", "captionframe" },
        { Color_collapsable, N_("collapsable inset text"), "collapsable", "DarkRed", "collapsable" },
        { Color_collapsableframe, N_("collapsable inset frame"), "collapsableframe", "IndianRed", "collapsableframe" },