Files
ghidra/Ghidra/Features/ByteViewer/data/byteviewer.theme.properties
2025-12-23 19:35:20 -05:00

30 lines
1.0 KiB
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.edit = color.palette.red
color.cursor.byteviewer.unfocused.edit = color.palette.pink
color.cursor.byteviewer.focused.non.edit = color.palette.black
color.cursor.byteviewer.unfocused.non.edit = color.palette.silver
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.edit = #FF6666
color.cursor.byteviewer.unfocused.edit = #9900FF
color.cursor.byteviewer.focused.non.edit = color.palette.white
color.cursor.byteviewer.unfocused.non.edit = #97BCE2