]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / LColor.h
index 57e29fc8e418b82e3d787b29a3c037dea8924c40..1875816b784bcc30c78ec7583ef447450f153066 100644 (file)
@@ -78,6 +78,8 @@ public:
 
                /// Color for the depth bars in the margin
                depthbar,
+               /// Color for marking foreign language words
+               language,
 
                /// Text color for command insets
                command,
@@ -171,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;