mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
209 lines
9 KiB
INI
209 lines
9 KiB
INI
[Defaults]
|
|
|
|
color.bg.undefined = rgb(220, 220, 220) // bg for clients displaying undefined functions
|
|
|
|
color.flowtype.fall.through = red
|
|
color.flowtype.jump.conditional = #007C00 // dark green
|
|
color.flowtype.jump.unconditional = blue
|
|
|
|
color.bg.table.selection.bundle = [color]textHighlight
|
|
color.fg.table.selection.bundle = [color]textHighlightText
|
|
color.fg.table.bundle.disabled = darkGray
|
|
color.fg.table.bundle.busy = gray
|
|
color.fg.table.bundle.inactive = black
|
|
color.fg.table.bundle.active = green
|
|
|
|
color.fg.table.offcut.selected = pink
|
|
color.fg.table.offcut.unselected = color.fg.error
|
|
|
|
color.bg.splash.infopanel = color.bg
|
|
|
|
color.bg.table.selected.ghidratable = color.bg
|
|
color.fg.table.ghidratable.equate.bad = red
|
|
color.fg.table.ghidratable.equate = blue
|
|
color.fg.table.ghidratable.suggestion = silver
|
|
|
|
color.fg.consoletextpane = color.fg
|
|
color.fg.error.consoletextpane = color.fg.error
|
|
|
|
color.fg.infopanel.version = color.fg
|
|
|
|
color.fg.interpreterpanel = color.fg
|
|
color.fg.interpreterpanel.error = color.fg.error
|
|
color.bg.listing.highlighter.default = yellow
|
|
color.bg.listing.highlighter.scoped.read = rgb(204,204, 0)
|
|
color.bg.listing.highlighter.scoped.write = green
|
|
|
|
color.bg.markerservice = color.bg
|
|
|
|
color.bg.search.highlight = rgb(255,255,200)
|
|
color.bg.search.current.line.highlight = yellow
|
|
|
|
color.bg.tree.renderer.icon.fill = #9F9FFF
|
|
color.bg.tree.renderer.icon.line = #8282FF
|
|
|
|
color.bg.analysis.options.not.default.enablement = rgb(255, 255, 200)
|
|
color.bg.analysis.options.not.default.enablement.selected = rgb(177, 212, 236)
|
|
color.fg.analysis.options.prototype = crimson
|
|
|
|
color.fg.plugin.assembler.completion.least = rgb(0, 128, 0)
|
|
color.fg.plugin.assembler.completion.middle = rgb(0, 0, 128)
|
|
color.fg.plugin.assembler.completion.most = blue
|
|
|
|
color.bg.plugin.bookmark.analysis = rgb(255, 128, 0) // orange
|
|
color.bg.plugin.bookmark.default = rgb(255, 0, 255) // magenta
|
|
color.bg.plugin.bookmark.error = rgb(204, 0, 51) // dark red
|
|
color.bg.plugin.bookmark.info = rgb(0, 255, 255) // cyan
|
|
color.bg.plugin.bookmark.note = rgb(128, 0, 255) // purple
|
|
color.bg.plugin.bookmark.warning = rgb(255, 196, 51) // dark yellow
|
|
|
|
color.bg.plugin.colorizer.default = #84AFD3
|
|
color.bg.plugin.colorizer.marker = pink
|
|
|
|
color.fg.plugin.comments.history.text = blue
|
|
color.fg.plugin.comments.history.user = color.fg
|
|
color.fg.plugin.comments.history.date = rgb(124, 37, 18)
|
|
|
|
color.bg.plugin.datamgr.edge.default = blue
|
|
color.bg.plugin.datamgr.edge.composite = magenta
|
|
color.bg.plugin.datamgr.edge.reference = blue
|
|
color.bg.plugin.datamgr.icon.highlight = rgb(204, 204, 255)
|
|
|
|
color.fg.plugin.disassembledview.address = color.fg
|
|
|
|
color.bg.plugin.editors.compositeeditor.text = color.fg
|
|
color.bg.plugin.editors.compositeeditor.line = system.color.border
|
|
color.bg.plugin.editors.compositeeditor.line.interior = #D4D4D4
|
|
color.bg.plugin.editors.compositeeditor.byte.header = #DFDFDF
|
|
color.bg.plugin.editors.compositeeditor.bit.undefined = #F8F8F8
|
|
color.bg.plugin.editors.compositeeditor.bit.component = #BFBFFF
|
|
color.bg.plugin.editors.compositeeditor.bit.active = green
|
|
color.bg.plugin.editors.compositeeditor.bit.conflict = yellow
|
|
color.bg.plugin.editors.compositeeditor.non.bit = #A0A0FF
|
|
|
|
color.fg.plugin.equate.enum = royalblue
|
|
|
|
color.fg.plugin.function.editor.dialog.textfield.default = color.fg
|
|
color.fg.plugin.function.editor.dialog.textfield.error = color.fg.error
|
|
color.fg.plugin.function.editor.dialog.textfield.function.name = color.palette.blue
|
|
color.fg.plugin.function.editor.dialog.textfield.parameter = color.fg.listing.function.param
|
|
|
|
color.bg.plugin.instructionsearch.table.masked.instruction = rgb(237, 243, 254) // faint blue
|
|
color.bg.plugin.instructionsearch.table.masked.non.instruction = rgb(255, 242, 214) // tan
|
|
color.bg.plugin.instructionsearch.table.not.masked.instruction = rgb(188, 212, 254) // light blue
|
|
color.bg.plugin.instructionsearch.table.not.masked.non.instruction = rgb(203, 186, 150) // dark tan
|
|
color.bg.plugin.instructionsearch.table.default = rgb(214, 217, 223)
|
|
color.bg.plugin.instructionsearch.search.markers = lightgreen
|
|
|
|
color.fg.plugin.interpreter.renderer.color.standard.1 = rgb(0,0,0) // black
|
|
color.fg.plugin.interpreter.renderer.color.standard.2 = rgb(194, 54, 33) // red
|
|
color.fg.plugin.interpreter.renderer.color.standard.3 = rgb(37, 188, 36) // green
|
|
color.fg.plugin.interpreter.renderer.color.standard.4 = rgb(173, 173, 39) // yellow
|
|
color.fg.plugin.interpreter.renderer.color.standard.5 = rgb(73, 46, 225) // blue
|
|
color.fg.plugin.interpreter.renderer.color.standard.6 = rgb(211, 56, 211) // magenta
|
|
color.fg.plugin.interpreter.renderer.color.standard.7 = rgb(51, 187, 200) // cyan
|
|
color.fg.plugin.interpreter.renderer.color.standard.8 = rgb(203, 204, 205) // white
|
|
color.fg.plugin.interpreter.renderer.color.intense.1 = rgb(129, 131, 131) // intense black
|
|
color.fg.plugin.interpreter.renderer.color.intense.2 = rgb(252, 57, 31) // intense red
|
|
color.fg.plugin.interpreter.renderer.color.intense.3 = rgb(49, 231, 34) // intense green
|
|
color.fg.plugin.interpreter.renderer.color.intense.4 = rgb(234, 236, 35) // intense yellow
|
|
color.fg.plugin.interpreter.renderer.color.intense.5 = rgb(88, 51, 255) // intense blue
|
|
color.fg.plugin.interpreter.renderer.color.intense.6 = rgb(249, 53, 248) // intense magenta
|
|
color.fg.plugin.interpreter.renderer.color.intense.7 = rgb(20, 240, 240) // intense cyan
|
|
color.fg.plugin.interpreter.renderer.color.intense.8 = rgb(233, 235, 235) // intense white
|
|
|
|
color.bg.plugin.locationreferences.highlight = rgb(168, 202, 242)
|
|
|
|
color.bg.plugin.myprogramchangesdisplay.markers.changes.unsaved = darkgray
|
|
color.bg.plugin.myprogramchangesdisplay.markers.changes.conflicting = color.fg.error
|
|
color.bg.plugin.myprogramchangesdisplay.markers.changes.latest.version = blue
|
|
color.bg.plugin.myprogramchangesdisplay.markers.changes.not.checked.in = green
|
|
|
|
color.bg.plugin.overview.defalt = gray
|
|
|
|
color.bg.plugin.overview.address.data = rgb(128, 255, 128)
|
|
color.bg.plugin.overview.address.function = rgb(204, 150, 255)
|
|
color.bg.plugin.overview.address.external.ref = rgb(255, 150, 150)
|
|
color.bg.plugin.overview.address.instruction = rgb(192, 192, 255)
|
|
color.bg.plugin.overview.address.undefined = rgb(255, 51, 102)
|
|
color.bg.plugin.overview.address.uninitialized = black
|
|
|
|
color.bg.plugin.overview.entropy.knot.1 = red
|
|
color.bg.plugin.overview.entropy.knot.2 = blue
|
|
color.bg.plugin.overview.entropy.knot.3 = green
|
|
color.bg.plugin.overview.entropy.knot.4 = yellow
|
|
color.bg.plugin.overview.entropy.knot.5 = blue
|
|
color.bg.plugin.overview.entropy.uninitialized = blue
|
|
color.bg.plugin.overview.entropy.palette.base.low = black
|
|
color.bg.plugin.overview.entropy.palette.base.high = white
|
|
|
|
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.bg.plugin.references.table.active.operand = rgb(205, 205, 205)
|
|
|
|
color.bg.plugin.register.marker = rgb(0, 153, 153)
|
|
|
|
color.bg.plugin.windowlocation = black
|
|
color.bg.plugin.windowlocation.bounds.virtual = red
|
|
color.bg.plugin.windowlocation.bounds.visible = green
|
|
color.bg.plugin.windowlocation.screens = orange
|
|
color.bg.plugin.windowlocation.window.selected = rgba(0, 255, 0, 200)
|
|
color.fg.plugin.windowlocation.window.text = gray
|
|
|
|
font.print = SansSerif-PLAIN-10
|
|
font.plugin.console = font.monospaced
|
|
font.plugin.service.text.editor = font.monospaced
|
|
font.plugin.scripts.text.editor = font.monospaced
|
|
font.plugin.assembly.dual.text.field = font.monospaced
|
|
font.plugin.instruction.table.renderer = courier-plain-14
|
|
font.plugin.entropy.label.knot = SansSerif-BOLD-12
|
|
font.plugin.instruction.info = font.monospaced[14]
|
|
font.plugin.tabs = SansSerif-PLAIN-11
|
|
font.plugin.tabs.list = SansSerif-BOLD-9
|
|
font.plugin.tips = Dialog-PLAIN-12
|
|
font.plugin.tips.label = font.plugin.tips[BOLD]
|
|
|
|
[Dark Defaults]
|
|
|
|
color.bg.undefined = #5C4D68
|
|
|
|
color.flowtype.fall.through = rgb(164, 66, 66)
|
|
color.flowtype.jump.conditional = rgb(95, 129, 157)
|
|
color.flowtype.jump.unconditional = rgb(140, 148, 64)
|
|
|
|
color.bg.table.selection.bundle = [color]textHighlight
|
|
color.fg.table.selection.bundle = [color]textHighlightText
|
|
color.fg.table.bundle.disabled = lightGray
|
|
color.fg.table.bundle.busy = gray
|
|
color.fg.table.bundle.inactive = lightGray
|
|
color.fg.table.bundle.active = limeGreen
|
|
|
|
|
|
color.fg.table.ghidratable.equate.bad = indianRed
|
|
color.fg.table.ghidratable.equate = royalBlue
|
|
color.fg.table.ghidratable.suggestion = darkGray
|
|
|
|
color.bg.search.highlight = rgb(189,183,107)
|
|
color.bg.search.current.line.highlight = gold
|
|
|
|
color.bg.listing.highlighter.default = #ffff00 // blinding yellow
|
|
color.bg.listing.highlighter.scoped.read = #ff8000 // blinding orange
|
|
color.bg.listing.highlighter.scoped.write = #00ff00 // blinding green
|
|
|
|
|
|
color.bg.analysis.options.not.default.enablement = DarkOliveGreen
|
|
color.bg.analysis.options.not.default.enablement.selected = olive
|
|
color.fg.analysis.options.prototype = lightcoral
|
|
|
|
color.bg.plugin.datamgr.edge.default = deepskyblue
|
|
color.bg.plugin.datamgr.edge.composite = plum
|
|
color.bg.plugin.datamgr.edge.reference = deepskyblue
|
|
|
|
color.fg.plugin.equate.enum = deepskyblue
|
|
|
|
color.bg.plugin.programdiff.highlight = darkRed
|