]> git.lyx.org Git - features.git/commitdiff
* color definitions for math macros
authorStefan Schimanski <sts@lyx.org>
Thu, 1 Nov 2007 10:57:20 +0000 (10:57 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 1 Nov 2007 10:57:20 +0000 (10:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21324 a592a061-630c-0410-9148-cb99ea01b6c8

src/Color.cpp
src/ColorCode.h

index 03f4f6c97aa1b0dafa183e19408b70304b4e3140..c56ecc42fb02bfe83888565b500ebac44345a052 100644 (file)
@@ -187,6 +187,11 @@ Color::Color()
        { Color_mathframe, N_("math frame"), "mathframe", "Magenta", "mathframe" },
        { Color_mathcorners, N_("math corners"), "mathcorners", "linen", "mathcorners" },
        { Color_mathline, N_("math line"), "mathline", "Blue", "mathline" },
+       { Color_mathmacrobg, N_("Math macro background"), "mathmacrobg", "#ede2d8", "mathmacrobg" },
+       { Color_mathmacrohoverbg, N_("Math macro hovered background"), "mathmacrohoverbg", "#cdc3b8", "mathmacrohoverbg" },
+       { Color_mathmacrolabel, N_("Math macro label"), "mathmacrolabel", "#a19992", "mathmacrolabel" },
+       { Color_mathmacroframe, N_("Math macro frame"), "mathmacroframe", "#ede2d8", "mathmacroframe" },
+       { Color_mathmacroblend, N_("Math macro blended out"), "mathmacroblend", "#000000", "mathmacroblend" },
        { Color_captionframe, N_("caption frame"), "captionframe", "DarkRed", "captionframe" },
        { Color_collapsable, N_("collapsable inset text"), "collapsable", "DarkRed", "collapsable" },
        { Color_collapsableframe, N_("collapsable inset frame"), "collapsableframe", "IndianRed", "collapsableframe" },
index 8df8ff4c8fcecf8bde4298a62e482fd15a6fad16..3feb992559d0482b554c033f34d14541878b6338 100644 (file)
@@ -87,6 +87,14 @@ enum ColorCode
        Color_mathbg,
        /// Macro math inset background color
        Color_mathmacrobg,
+       /// Macro math inset background color hovered
+       Color_mathmacrohoverbg,
+       /// Macro math label color
+       Color_mathmacrolabel,
+       /// Macro math frame color
+       Color_mathmacroframe,
+       /// Macro math blended color 
+       Color_mathmacroblend,
        /// Math inset frame color under focus
        Color_mathframe,
        /// Math inset frame color not under focus