]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
* Layout.cpp (read): fix ObsoletedBy and DependsOn for layout names
[lyx.git] / src / Color.cpp
index c96033fcc8e1aee0993f92abe5afccbaa4866c00..25dfc2cc00b7979e050badec068e0b2889b6a81a 100644 (file)
@@ -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" },
-       { deletedtext, N_("Deleted text"), "deletedtext", "Red", "deletedtext" },
-       { addedtext, N_("Added text"), "addedtext", "Blue", "addedtext" },
+       { 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" },