]> git.lyx.org Git - features.git/commitdiff
Give the "Note" text a better color
authorEnrico Forestieri <forenr@lyx.org>
Fri, 16 Feb 2007 16:22:55 +0000 (16:22 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 16 Feb 2007 16:22:55 +0000 (16:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17223 a592a061-630c-0410-9148-cb99ea01b6c8

src/LColor.C

index 5923d26ce8b83df3a5ac17933eb653a179b6e771..93f57ba225b316b5ce8bdb278d7a800798025c08 100644 (file)
@@ -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" },