X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLColor.h;h=ab1d52fcae74d246ed850a6f1ceba447cc55379f;hb=358c483572b2d9fe3ba4ab511fd89af94ad27ce5;hp=6d832857c4edd2d7ec49049b8793b8d83cd8a00b;hpb=795225e72d430986ac29f4392164c4b2e69ecea0;p=lyx.git diff --git a/src/LColor.h b/src/LColor.h index 6d832857c4..ab1d52fcae 100644 --- a/src/LColor.h +++ b/src/LColor.h @@ -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 @@ -130,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