]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
Amend 207eaeee9071cb
[lyx.git] / src / Color.cpp
index 3b9e68ebd1959d78537a838996f7d73d1f0aec69..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" },