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