]> git.lyx.org Git - lyx.git/blobdiff - src/ColorCode.h
Add empty InsetLayout for undefined cases. Should avoid possible bugs caused by empty...
[lyx.git] / src / ColorCode.h
index c3cbcfd34ba7ca65953fc16f7912d5fe125cf4a0..275c60bda8aebd8a4d0c4a84e1295b4435ee5544 100644 (file)
@@ -64,6 +64,19 @@ enum ColorCode
        /// Shaded box background
        Color_shadedbg,
 
+       /// Label color for branches
+       Color_branchlabel,
+       /// Label color for footnotes
+       Color_footlabel,
+       /// Label color for index insets
+       Color_indexlabel,
+       /// Label color for margin notes
+       Color_marginlabel,
+       /// Label color for URL insets
+       Color_urllabel,
+       /// Label color for URL text
+       Color_urltext,
+
        /// Color for the depth bars in the margin
        Color_depthbar,
        /// Color for marking foreign language words
@@ -137,6 +150,8 @@ enum ColorCode
        Color_tabularonoffline,
        /// Bottom area color
        Color_bottomarea,
+       /// New page color
+       Color_newpage,
        /// Page break color
        Color_pagebreak,