X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLColor.h;h=ab1d52fcae74d246ed850a6f1ceba447cc55379f;hb=358c483572b2d9fe3ba4ab511fd89af94ad27ce5;hp=11834d42bf4b788ede05670b597bb543b0668e66;hpb=c1d014c2610d8b3802101a7a28576b37a2c7d824;p=lyx.git diff --git a/src/LColor.h b/src/LColor.h index 11834d42bf..ab1d52fcae 100644 --- a/src/LColor.h +++ b/src/LColor.h @@ -4,7 +4,7 @@ * * LyX, The Document Processor * - * Copyright 1998-2000 The LyX Team + * Copyright 1998-2001 The LyX Team * *======================================================*/ @@ -18,7 +18,6 @@ #include #include "LString.h" -#include /** This is a stateless class. @@ -83,8 +82,6 @@ public: note, /// Background color of notes notebg, - /// Frame color for notes - noteframe, /// Color for the depth bars in the margin @@ -102,10 +99,14 @@ public: /// Special chars text color special, + /// Graphics inset background color + graphicsbg, /// Math inset text color math, /// Math inset background color mathbg, + /// Macro math inset background color + mathmacrobg, /// Math inset frame color mathframe, /// Math cursor color @@ -113,16 +114,14 @@ public: /// Math line color mathline, - /// Footnote marker text - // FIXME: this is seemingly mis-used all over the place - footnote, - /// Footnote line color - footnoteframe, + /// caption frame color + captionframe, + + /// collapsable insets text + collapsable, + /// collapsable insets frame + collapsableframe, - /// ERT marker text - // FIXME: is there any reason this is different from latex ? - ert, - /// Inset marker background color insetbg, /// Inset marker frame color @@ -132,10 +131,10 @@ public: error, /// EOL marker color eolmarker, + /// Added space colour + added_space, /// Appendix line color appendixline, - /// VFill line color - vfillline, /// Top and bottom line color topline, /// Table line color