]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
Amend 207eaeee9071cb
[lyx.git] / src / Color.cpp
index bd30ddc3d6467d858036dfc73034cfdf859f72d4..23e40a9c941e6c4c40d070a7f98279e1fd840664 100644 (file)
@@ -264,6 +264,7 @@ ColorSet::ColorSet()
        { Color_background, N_("background"), "background", Linen, black, "background" },
        { Color_foreground, N_("text"), "foreground", black, Linen, "foreground" },
        { Color_selection, N_("selection"), "selection", "#add8e6", "#add8e6", "selection" },
+       { Color_selectionmath, N_("selected math"), "selectionmath", "#00008B", "#00008B", "selectionmath" },
        { Color_selectiontext, N_("selected text"), "selectiontext", black, black, "selectiontext" },
        { Color_latex, N_("LaTeX text"), "latex", DarkRed, "#D66613", "latex" },
        { Color_textlabel1, N_("Text label 1"), "textlabel1", blue, "#86a4ff", "textlabel1" },
@@ -318,6 +319,7 @@ ColorSet::ColorSet()
        { Color_collapsible, N_("collapsible inset text"), "collapsible", DarkRed, DarkRed, "collapsible" },
        { Color_collapsibleframe, N_("collapsible inset frame"), "collapsibleframe", IndianRed, IndianRed, "collapsibleframe" },
        { Color_insetbg, N_("inset background"), "insetbg", grey80, grey80, "insetbg" },
+       { Color_insetlabel, N_("inset label"), "insetlabel", black, black, "insetlabel" },
        { Color_insetframe, N_("inset frame"), "insetframe", IndianRed, IndianRed, "insetframe" },
        { Color_error, N_("LaTeX error"), "error", red, DarkRed, "error" },
        { Color_eolmarker, N_("end-of-line marker"), "eolmarker", Brown, Brown, "eolmarker" },