]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / LColor.h
index ec8c4d66c59de34023f47874c9693607e5de24e0..1875816b784bcc30c78ec7583ef447450f153066 100644 (file)
@@ -76,6 +76,11 @@ public:
                noteframe,
 
 
+               /// Color for the depth bars in the margin
+               depthbar,
+               /// Color for marking foreign language words
+               language,
+
                /// Text color for command insets
                command,
                /// Background color for command insets
@@ -168,6 +173,8 @@ public:
        LColor();
        ///
        void setColor(LColor::color col, string const & x11name);
+       ///
+       bool setColor(string const & lyxname, string const & x11name);
        /// Get GUI name of color
        string getGUIName(LColor::color c) const;