]> git.lyx.org Git - lyx.git/blobdiff - src/ColorCode.h
Amend 6c3447c8: FindAdv: sometimes a space is added on some math symbols
[lyx.git] / src / ColorCode.h
index 17f759745b2617793db4ac707ca2ea872bb89a19..9b26e7219ccbc9e826f953379c4c2456b2754a01 100644 (file)
@@ -65,6 +65,8 @@ enum ColorCode {
        Color_foreground,
        /// Background color of selected text
        Color_selection,
+       /// Foreground color of selected math
+       Color_selectionmath,
        /// Foreground color of selected text
        Color_selectiontext,
        /// Text color in LaTeX mode
@@ -171,6 +173,8 @@ enum ColorCode {
        Color_insetbg,
        /// Inset marker frame color
        Color_insetframe,
+       /// Inset marker label color
+       Color_insetlabel,
 
        /// Error box text color
        Color_error,