commit 3d06c09d8dc78b00c6939f2a9dfd121f00aca401
Author: Guillaume Munch <g...@lyx.org>
Date:   Fri Feb 17 21:35:30 2017 +0100

    Fix color of todo notes
    
    Yellow on blue causes display issues (some text elements that become black 
on
    blue, math insets that are no longer readable). Switch to black on orange to
    match the pdf output.
---
 lib/layouts/todonotes.module |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/layouts/todonotes.module b/lib/layouts/todonotes.module
index c38ab39..8170f22 100644
--- a/lib/layouts/todonotes.module
+++ b/lib/layouts/todonotes.module
@@ -56,13 +56,13 @@ InsetLayout Flex:TODO_Note_(Margin)
        LyxType         custom
        LabelString     "TODO (Margin)"
        Decoration      classic
-       BgColor         blue
+       BgColor         orange
        Font
-           Color       yellow
+           Color       black
            Family      Typewriter
        EndFont
        LabelFont
-           Color       blue
+           Color       brown
            Family      Sans
            Size        Small
        EndFont

Reply via email to