]> git.lyx.org Git - features.git/commitdiff
More readable latex color (on button and workarea) in dark mode
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 15 Dec 2020 07:53:06 +0000 (08:53 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 15 Dec 2020 07:53:06 +0000 (08:53 +0100)
src/Color.cpp

index 6f4135030e55ddda538f2ae5076b746a2966c2f2..627b62b4a76c10a6baabf53641c1fdb9729689f4 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" },