mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Tweaked find highlight colors
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user