From e04b3303a19569e9def8a58e1625dcf461ce50e9 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Fri, 16 Feb 2007 16:22:55 +0000 Subject: [PATCH] Give the "Note" text a better color git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17223 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LColor.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LColor.C b/src/LColor.C index 5923d26ce8..93f57ba225 100644 --- a/src/LColor.C +++ b/src/LColor.C @@ -107,7 +107,7 @@ LColor::LColor() { selection, N_("selection"), "selection", "LightBlue", "selection" }, { latex, N_("LaTeX text"), "latex", "DarkRed", "latex" }, { preview, N_("previewed snippet"), "preview", "black", "preview" }, - { note, N_("note"), "note", "blue", "note" }, + { note, N_("note"), "note", "DarkGoldenrod", "note" }, { notebg, N_("note background"), "notebg", "yellow", "notebg" }, { comment, N_("comment"), "comment", "magenta", "comment" }, { commentbg, N_("comment background"), "commentbg", "linen", "commentbg" },