X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FColor.cpp;h=25dfc2cc00b7979e050badec068e0b2889b6a81a;hb=8524ee93c35ed3ca15a0aaafa7b893f2f7d21f47;hp=3474850fbcac8772a6861fa8d842ea4cae57c1ef;hpb=e44fc571cc4545abb21db62eaa72a8e76b44681f;p=lyx.git diff --git a/src/Color.cpp b/src/Color.cpp index 3474850fbc..25dfc2cc00 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -298,6 +298,7 @@ Color::Color() { graphicsbg, N_("graphics background"), "graphicsbg", "linen", "graphicsbg" }, { mathmacrobg, N_("Math macro background"), "mathmacrobg", "linen", "mathmacrobg" }, { mathframe, N_("math frame"), "mathframe", "Magenta", "mathframe" }, + { mathcorners, N_("math corners"), "mathcorners", "linen", "mathcorners" }, { mathline, N_("math line"), "mathline", "Blue", "mathline" }, { captionframe, N_("caption frame"), "captionframe", "DarkRed", "captionframe" }, { collapsable, N_("collapsable inset text"), "collapsable", "DarkRed", "collapsable" }, @@ -308,12 +309,11 @@ Color::Color() { eolmarker, N_("end-of-line marker"), "eolmarker", "Brown", "eolmarker" }, { appendix, N_("appendix marker"), "appendix", "Brown", "appendix" }, { changebar, N_("change bar"), "changebar", "Blue", "changebar" }, - { strikeout, N_("Deleted text"), "strikeout", "Red", "strikeout" }, - { newtext, N_("Added text"), "newtext", "Blue", "newtext" }, + { deletedtext, N_("Deleted text"), "deletedtext", "#ff0000", "deletedtext" }, + { addedtext, N_("Added text"), "addedtext", "#0000ff", "addedtext" }, { added_space, N_("added space markers"), "added_space", "Brown", "added_space" }, { topline, N_("top/bottom line"), "topline", "Brown", "topline" }, - { tabularline, N_("table line"), "tabularline", "black", - "tabularline" }, + { tabularline, N_("table line"), "tabularline", "black", "tabularline" }, { tabularonoffline, N_("table on/off line"), "tabularonoffline", "LightSteelBlue", "tabularonoffline" }, { bottomarea, N_("bottom area"), "bottomarea", "grey40", "bottomarea" },