mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-3089 - Theme Fixes
This commit is contained in:
parent
1e8d324166
commit
7adfd1e8fb
12 changed files with 84 additions and 116 deletions
|
@ -1,6 +1,14 @@
|
|||
[Defaults]
|
||||
|
||||
|
||||
|
||||
color.bg.plugin.programdiff.highlight = moccasin
|
||||
|
||||
color.bg.plugin.programdiff.details.address = #009999
|
||||
color.bg.plugin.programdiff.details.comment = #009900
|
||||
color.bg.plugin.programdiff.details.danger = #FF0000
|
||||
color.bg.plugin.programdiff.details.emphasize = #009900
|
||||
|
||||
icon.plugin.programdiff.apply = pencil16.png
|
||||
icon.plugin.programdiff.apply.next = pencil_arrow16.png
|
||||
icon.plugin.programdiff.ignore = eraser_arrow16.png
|
||||
|
@ -10,5 +18,8 @@ icon.plugin.programdiff.open.close.program = table_relationship.png
|
|||
icon.plugin.programdiff.settings = settings16.gif
|
||||
icon.plugin.programdiff.cursor.location = cursor_arrow.gif
|
||||
|
||||
|
||||
|
||||
[Dark Defaults]
|
||||
|
||||
color.bg.plugin.programdiff.highlight = #4D4D2A
|
Loading…
Add table
Add a link
Reference in a new issue