mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-3094 - Theming - Converted most colors to palette colors
This commit is contained in:
parent
318d5e01f0
commit
4f1d3c8053
72 changed files with 1149 additions and 983 deletions
|
@ -1,13 +1,12 @@
|
|||
[Defaults]
|
||||
|
||||
color.bg.plugin.programdiff.highlight = color.bg.highlight.listing.diff
|
||||
|
||||
|
||||
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
|
||||
color.fg.plugin.programdiff.details.address = color.palette.teal
|
||||
color.fg.plugin.programdiff.details.comment = color.palette.green
|
||||
color.fg.plugin.programdiff.details.danger = color.fg.error
|
||||
color.fg.plugin.programdiff.details.emphasize = color.palette.green
|
||||
color.fg.plugin.programdiff.details.program = color.palette.purple
|
||||
|
||||
icon.plugin.programdiff.apply = pencil16.png
|
||||
icon.plugin.programdiff.apply.next = pencil_arrow16.png
|
||||
|
@ -22,4 +21,3 @@ 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