]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.C
remove more forms.h cruft
[lyx.git] / src / LColor.C
index 3cb78bb69f61709dfbb9a6544ceca224d7605fb5..e0c952f7be07e5c6c023a845093ddcec6f709c28 100644 (file)
@@ -1,10 +1,9 @@
-// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
  *           LyX, The Document Processor
  *      
- *         Copyright 1998-2000 The LyX Team
+ *         Copyright 1998-2001 The LyX Team
  *
  *======================================================*/
 
@@ -62,25 +61,26 @@ LColor::LColor()
        { background, N_("background"), "background", "linen", "background" },
        { foreground, N_("text"), "foreground", "black", "foreground" },
        { selection, N_("selection"), "selection", "LightBlue", "selection" },
-       { latex, N_("latex"), "latex", "DarkRed", "latex" },
+       { latex, N_("latex text"), "latex", "DarkRed", "latex" },
        { note, N_("note"), "note", "black", "note" },
        { notebg, N_("note background"), "notebg", "yellow", "notebg" },
        { noteframe, N_("note frame"), "noteframe", "black", "noteframe" },
        { depthbar, N_("depth bar"), "depthbar", "IndianRed", "depthbar" },
        { language, N_("language"), "language", "Blue", "language" },
        { command, N_("command inset"), "command", "black", "command" },
-       { commandbg, N_("command inset background"), "commandbg", "grey80", "commandbg" },
+       { commandbg, N_("command inset background"), "commandbg", "azure", "commandbg" },
        { commandframe, N_("command inset frame"), "commandframe", "black", "commandframe" },
        { special, N_("special character"), "special", "RoyalBlue", "special" },
        { math, N_("math"), "math", "DarkBlue", "math" },
        { mathbg, N_("math background"), "mathbg", "AntiqueWhite", "mathbg" },
+       { mathmacrobg, N_("Math macro background"), "mathmacrobg", "AntiqueWhite", "mathmacrobg" },
        { mathframe, N_("math frame"), "mathframe", "Magenta", "mathframe" },
        { mathcursor, N_("math cursor"), "mathcursor", "black", "mathcursor" },
        { mathline, N_("math line"), "mathline", "Blue", "mathline" },
-       { footnote, N_("footnote"), "footnote", "DarkRed", "footnote" },
-       { footnoteframe, N_("footnote frame"), "footnoteframe", "IndianRed", "footnoteframe" },
-       { ert, N_("latex inset"), "ert", "DarkRed", "ert" },
-       { insetbg, N_("inset background"), "insetbg", "grey60", "insetbg" },
+       { captionframe, N_("caption frame"), "captionframe", "DarkRed", "captionframe" },
+       { collapsable, N_("collapsable inset text"), "collapsable", "DarkRed", "collapsable" },
+       { collapsableframe, N_("collapsable inset frame"), "collapsableframe", "IndianRed", "collapsableframe" },
+       { insetbg, N_("inset background"), "insetbg", "grey80", "insetbg" },
        { insetframe, N_("inset frame"), "insetframe", "IndianRed", "insetframe" },
        { error, N_("LaTeX error"), "error", "Red", "error" },
        { eolmarker, N_("end-of-line marker"), "eolmarker", "Brown", "eolmarker" },
@@ -93,11 +93,11 @@ LColor::LColor()
             "LightSteelBlue", "tabularonoffline" },
        { bottomarea, N_("bottom area"), "bottomarea", "grey40", "bottomarea" },
        { pagebreak, N_("page break"), "pagebreak", "RoyalBlue", "pagebreak" },
-       { top, N_("top of button"), "top", "grey80", "top" },
-       { bottom, N_("bottom of button"), "bottom", "grey40", "bottom" },
-       { left, N_("left of button"), "left", "grey80", "left" },
-       { right, N_("right of button"), "right", "grey40", "right" },
-       { buttonbg, N_("button background"), "buttonbg", "grey60", "buttonbg" },
+       { top, N_("top of button"), "top", "grey90", "top" },
+       { bottom, N_("bottom of button"), "bottom", "grey60", "bottom" },
+       { left, N_("left of button"), "left", "grey90", "left" },
+       { right, N_("right of button"), "right", "grey60", "right" },
+       { buttonbg, N_("button background"), "buttonbg", "grey80", "buttonbg" },
        { inherit, N_("inherit"), "inherit", "black", "inherit" },
        { ignore, N_("ignore"), "ignore", "black", "ignore" },
        { ignore, 0, 0, 0, 0 }