From 3d06c09d8dc78b00c6939f2a9dfd121f00aca401 Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Fri, 17 Feb 2017 21:35:30 +0100 Subject: [PATCH] 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 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/layouts/todonotes.module b/lib/layouts/todonotes.module index c38ab3913f..8170f227f1 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 -- 2.39.2