X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FColorCode.h;h=393c14654e7d3baf8e74cf7f157fc60f91d006c6;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=275c60bda8aebd8a4d0c4a84e1295b4435ee5544;hpb=f35ff8f60d8658cec15429f4d2fdb01ed55c0525;p=lyx.git diff --git a/src/ColorCode.h b/src/ColorCode.h index 275c60bda8..393c14654e 100644 --- a/src/ColorCode.h +++ b/src/ColorCode.h @@ -48,6 +48,10 @@ enum ColorCode Color_latex, /// The color used for previews Color_preview, + /// Inline completion color + Color_inlinecompletion, + /// Inline completion color for the non-unique part + Color_nonunique_inlinecompletion, /// Text color for notes Color_note,