mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
23 lines
724 B
INI
23 lines
724 B
INI
[Defaults]
|
|
|
|
color.bg.byteviewer = color.bg
|
|
color.bg.byteviewer.highlight = yellow
|
|
|
|
color.fg.byteviewer.separator = color.palette.blue
|
|
color.fg.byteviewer.changed = red
|
|
color.cursor.byteviewer.focused.active = color.cursor.focused
|
|
color.cursor.byteviewer.focused.not.active = black
|
|
color.cursor.byteviewer.unfocused = color.cursor.unfocused
|
|
|
|
icon.plugin.byteviewer.provider = binaryData.gif
|
|
icon.plugin.byteviewer.options = wrench.png
|
|
font.byteviewer = font.monospaced
|
|
font.byteviewer.header = SansSerif-PLAIN-11
|
|
font.byteviewer.status = SansSerif-PLAIN-11
|
|
|
|
[Dark Defaults]
|
|
|
|
color.bg.byteviewer.highlight = rgb(191, 191, 64) // olive
|
|
color.fg.byteviewer.changed = indianRed
|
|
color.cursor.byteviewer.focused.not.active = gray
|
|
|