]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
Revert 23154.
[lyx.git] / src / Color.cpp
index 29290161e0cd5c09a10ee64be3b56a0d7aabc2c1..a1fab2aed2acf2167473b2b07f3535838dc2c933 100644 (file)
@@ -103,6 +103,10 @@ ColorSet::ColorSet()
        { Color_foreground, N_("text"), "foreground", "black", "foreground" },
        { Color_selection, N_("selection"), "selection", "LightBlue", "selection" },
        { Color_latex, N_("LaTeX text"), "latex", "DarkRed", "latex" },
+       { Color_inlinecompletion, N_("inline completion"),
+               "inlinecompletion", "grey70", "inlinecompletion" },
+       { 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_notebg, N_("note background"), "notebg", "yellow", "notebg" },