]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
Clean-up the code with respect to PassThru insets and layouts.
[lyx.git] / src / Color.cpp
index 45181294dcf11cc4adca81a7ef1ec46d3190dd0d..892c2c43d9aa8149d62843bc4841857af8e4ce9e 100644 (file)
@@ -154,6 +154,7 @@ ColorSet::ColorSet()
        char const * grey80 = "#cccccc";
        //char const * grey90 = "#e5e5e5";
        //  ColorCode, gui, latex, x11, lyx
+       // Warning: several of these entries are overridden in GuiApplication constructor
        static ColorEntry const items[] = {
        { Color_none, N_("none"), "none", "black", "none" },
        { Color_black, N_("black"), "black", "black", "black" },
@@ -181,6 +182,7 @@ ColorSet::ColorSet()
        { Color_commentlabel, N_("comment label"), "comment", "magenta", "comment" },
        { Color_commentbg, N_("comment background"), "commentbg", "linen", "commentbg" },
        { Color_greyedoutlabel, N_("greyedout inset label"), "greyedout", "#ff0080", "greyedout" },
+       { Color_greyedouttext, N_("greyedout inset text"), "greyedouttext", grey80, "greyedouttext" },
        { Color_greyedoutbg, N_("greyedout inset background"), "greyedoutbg", "linen", "greyedoutbg" },
        { Color_phantomtext, N_("phantom inset text"), "phantomtext", "#7f7f7f", "phantomtext" },
        { Color_shadedbg, N_("shaded box"), "shaded", "#ff0000", "shaded" },
@@ -239,7 +241,10 @@ ColorSet::ColorSet()
        { Color_buttonframe, N_("frame of button"), "buttonframe", "#dcd2c8", "buttonframe" },
        { Color_buttonbg, N_("button background"), "buttonbg", "#dcd2c8", "buttonbg" },
        { Color_buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" },
+       { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"},
+       { Color_previewframe, N_("preview frame"), "previewframe", "black", "previewframe"},
        { Color_inherit, N_("inherit"), "inherit", "black", "inherit" },
+       { Color_regexpframe, N_("regexp frame"), "green", "green", "green" },
        { Color_ignore, N_("ignore"), "ignore", "black", "ignore" },
        { Color_ignore, 0, 0, 0, 0 }
        };