]> git.lyx.org Git - lyx.git/blobdiff - src/BranchList.h
Add option to revert graphics colors in dark mode (#12076)
[lyx.git] / src / BranchList.h
index 534fb87f32c30b210da582591d0302d4d2c9dd37..c7dd19603e791171224ca8b35e0cd03f3aee9267 100644 (file)
@@ -61,9 +61,7 @@ public:
        /// Select/deselect filename suffix property.
        void setFileNameSuffix(bool);
        ///
-       RGBColor const & color() const;
-       ///
-       void setColor(RGBColor const &);
+       std::string const & color() const;
        /**
         * Set color from a string "#rrggbb".
         * Use Color:background if the string is no valid color.
@@ -80,7 +78,7 @@ private:
        ///
        bool filenameSuffix_;
        ///
-       RGBColor color_;
+       std::string color_;
 };