From f36814243cb8f1eb4e3e15bfd5faf03daee3b360 Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:08:28 -0500 Subject: [PATCH] Tweaked find highlight colors --- Ghidra/Framework/Docking/data/docking.theme.properties | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Ghidra/Framework/Docking/data/docking.theme.properties b/Ghidra/Framework/Docking/data/docking.theme.properties index 3b8775690a..2e5fbb6fd6 100644 --- a/Ghidra/Framework/Docking/data/docking.theme.properties +++ b/Ghidra/Framework/Docking/data/docking.theme.properties @@ -22,8 +22,8 @@ color.bg.highlight = color.palette.lemonchiffon color.bg.currentline = color.palette.aliceblue -color.bg.find.highlight = color.palette.yellow -color.bg.find.highlight.active = color.palette.orange +color.bg.find.highlight = #FFF38E // light yellow +color.bg.find.highlight.active = #FFC55B // light orange color.bg.textfield.hint.valid = color.bg color.bg.textfield.hint.invalid = color.palette.mistyrose @@ -187,8 +187,10 @@ font.wizard.border.title = sansserif-plain-10 color.fg.filterfield = color.palette.darkslategray +color.bg.find.highlight = #715E41 // brownish +color.bg.find.highlight.active = #BC7474 // rosybrown + color.bg.highlight = #67582A // olivish -color.bg.find.highlight.active = #A24E05 // orangish color.bg.filechooser.shortcut = [color]system.color.bg.view