X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLColor.C;h=5923d26ce8b83df3a5ac17933eb653a179b6e771;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=93f57ba225b316b5ce8bdb278d7a800798025c08;hpb=e04b3303a19569e9def8a58e1625dcf461ce50e9;p=lyx.git diff --git a/src/LColor.C b/src/LColor.C index 93f57ba225..5923d26ce8 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", "DarkGoldenrod", "note" }, + { note, N_("note"), "note", "blue", "note" }, { notebg, N_("note background"), "notebg", "yellow", "notebg" }, { comment, N_("comment"), "comment", "magenta", "comment" }, { commentbg, N_("comment background"), "commentbg", "linen", "commentbg" },