[tomboy] NoteTag.cs: make search match highlight color lighter



commit 789a04968e1cf2bf1c4da8d080094d65955c84f9
Author: Alex Tereschenko <frozen and blue gmail com>
Date:   Sun Jan 15 15:49:23 2017 +0100

    NoteTag.cs: make search match highlight color lighter
    
    This is an interim solution for issue #33 (bgo748661),
    just making the highlight lighter without config option.
    
    Signed-off-by: Alex Tereschenko <frozen and blue gmail com>

 Tomboy/NoteTag.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/NoteTag.cs b/Tomboy/NoteTag.cs
index 410113b..4d341ff 100644
--- a/Tomboy/NoteTag.cs
+++ b/Tomboy/NoteTag.cs
@@ -564,7 +564,7 @@ namespace Tomboy
                        Add (tag);
 
                        tag = new NoteTag ("find-match");
-                       tag.Background = "green";
+                       tag.Background = "lawngreen";
                        tag.CanSerialize = false;
                        tag.CanSpellCheck = true;
                        tag.SaveType = TagSaveType.Meta;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]