X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FColor.cpp;h=25dfc2cc00b7979e050badec068e0b2889b6a81a;hb=f99d41a25a326865183879853b97ed3265499042;hp=908090755017464533fe0c832fe97f872bf3a810;hpb=4d0552dd807b5f185c6e2e7a1116f0c7806bfa34;p=lyx.git diff --git a/src/Color.cpp b/src/Color.cpp index 9080907550..25dfc2cc00 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -309,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" },