[LyX/master] More readable latex color (on button and workarea) in dark mode
Juergen Spitzmueller
spitz at lyx.org
Tue Dec 15 07:23:29 UTC 2020
commit ece5b8818d011cdf1e2d49fa06a3d4ffce5eb23e
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Tue Dec 15 08:53:06 2020 +0100
More readable latex color (on button and workarea) in dark mode
---
src/Color.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Color.cpp b/src/Color.cpp
index 6f41350..627b62b 100644
--- a/src/Color.cpp
+++ b/src/Color.cpp
@@ -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" },
More information about the lyx-cvs
mailing list