]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
Allow using \binom without amsmath and add support for \brace and \brack
[lyx.git] / src / Color.cpp
index d9f4d5e999cb6a9253355ba62b9c97b04a46dca4..bcd60eda8e6bc5b23f27df8f9f14036d20796301 100644 (file)
@@ -102,6 +102,8 @@ ColorSet::ColorSet()
        { Color_background, N_("background"), "background", "linen", "background" },
        { Color_foreground, N_("text"), "foreground", "black", "foreground" },
        { Color_selection, N_("selection"), "selection", "LightBlue", "selection" },
+       { Color_selectiontext, N_("selected text"),
+               "selectiontext", "black", "selectiontext" },
        { Color_latex, N_("LaTeX text"), "latex", "DarkRed", "latex" },
        { Color_inlinecompletion, N_("inline completion"),
                "inlinecompletion", "grey60", "inlinecompletion" },