]> git.lyx.org Git - lyx.git/blobdiff - src/Color.cpp
Keep dialog connected to cross-ref inset after Apply.
[lyx.git] / src / Color.cpp
index 6f4135030e55ddda538f2ae5076b746a2966c2f2..6248e67b6a1e7c8d176c1ab51cd5d71fdb235d3f 100644 (file)
@@ -254,7 +254,7 @@ ColorSet::ColorSet()
        { Color_foreground, N_("text"), "foreground", black, Linen, "foreground" },
        { Color_selection, N_("selection"), "selection", "#add8e6", "#add8e6", "selection" },
        { Color_selectiontext, N_("selected text"), "selectiontext", black, black, "selectiontext" },
-       { Color_latex, N_("LaTeX text"), "latex", DarkRed, "#f2af7d", "latex" },
+       { Color_latex, N_("LaTeX text"), "latex", DarkRed, "#D66613", "latex" },
        { Color_textlabel1, N_("Text label 1"), "textlabel1", blue, "#86a4ff", "textlabel1" },
        { Color_textlabel2, N_("Text label 2"), "textlabel2", Green, green, "textlabel2" },
        { Color_textlabel3, N_("Text label 3"), "textlabel3", magenta, magenta, "textlabel3" },
@@ -331,8 +331,9 @@ ColorSet::ColorSet()
        { Color_buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "#C7C7CA", "buttonhoverbg" },
        { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, grey40, "paragraphmarker"},
        { Color_previewframe, N_("preview frame"), "previewframe", black, Linen, "previewframe"},
-       { Color_inherit, N_("inherit"), "inherit", black, Linen, "inherit" },
        { Color_regexpframe, N_("regexp frame"), "regexpframe", Green, green, "regexpframe" },
+       { Color_bookmark, N_("bookmark"), "bookmark", RoyalBlue, RoyalBlue, "bookmark" },
+       { Color_inherit, N_("inherit"), "inherit", black, Linen, "inherit" },
        { Color_ignore, N_("ignore"), "ignore", black, Linen, "ignore" },
        { Color_ignore, nullptr, nullptr, nullptr, nullptr, nullptr }
        };