ghidra/Ghidra/Features/ByteViewer/data/byteviewer.theme.properties
dragonmacher aae2843f4d GP-5947 - Created new theme value for the Decompiler's middle-mouse
highlight color so that the Listing and Decompiler colors may change
independently.
2025-08-22 18:00:48 -04:00

24 lines
788 B
INI

[Defaults]
color.bg.byteviewer = color.bg
color.bg.byteviewer.highlight = yellow
color.bg.byteviewer.highlight.middle.mouse = color.bg.highlight
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