Files
ghidra/Ghidra/Framework/Docking/data/docking.theme.properties

179 lines
5.4 KiB
INI

[Defaults]
color.bg.splashscreen = black
color.fg.splashscreen = gray
color.bg.header.active = [color]system.color.bg.selected.view
color.bg.header.inactive = #A1A1A1
color.fg.header.active = [color]system.color.fg.selected.view
color.fg.header.inactive = black
color.header.drag.cursor = black
color.fg.dialog.status.alert = color.fg.messages.alert
color.fg.dialog.status.error = color.fg.messages.error
color.fg.dialog.status.normal = color.fg.messages.normal
color.fg.dialog.status.warning = color.fg.messages.warning
color.bg.selection = rgb(180, 240, 180) // pale green
color.bg.highlight = rgb(240,240,150) // pale yellow
color.bg.currentline = rgb(232,242,254)
color.bg.textfield.hint.valid = color.bg
color.bg.textfield.hint.invalid = rgb(255,225,225)
color.fg.textfield.hint = color.fg.hint
color.bg.tree.drag = color.palette.lavender
color.bg.tree.drag.no.selection = rgb(204, 204, 255)
color.bg.filterfield = color.bg.filtered
color.fg.filterfield = black
// generic component items
color.border.bevel.highlight = lightGray
color.border.bevel.shadow = gray
color.border.provider.disconnected = orange
color.bg.filechooser = color.bg
color.fg.filechooser = color.fg
color.bg.filechooser.shortcut = lightGray
color.bg.fieldpanel = color.bg
color.fg.fieldpanel = color.fg
color.bg.fieldpanel.selection = color.bg.selection
color.bg.fieldpanel.highlight = color.bg.highlight
// docking buttons
color.fg.button = black
icon.folder.new = folder_add.png
icon.toggle.expand = expand.gif
icon.toggle.collapse = collapse.gif
// the oxygen-edit-redo.png image is not centered vertically in its 16x16 icon. To center it we
// create an empty 16x16 base and then move down by 3 pixels
icon.undo = EMPTY_ICON{oxygen-edit-redo.png[mirror][move(0,3)]}
icon.redo = EMPTY_ICON{oxygen-edit-redo.png[move(0,3)]}
icon.font = text_lowercase.png
icon.rename = textfield_rename.png
icon.check = check.png
icon.search = magnifier.png
icon.properties = document-properties.png
icon.table = table.png
icon.drive = drive.png
icon.run = play.png
icon.spreadsheet = application-vnd.oasis.opendocument.spreadsheet-template.png
icon.pulldown = menu16.gif
icon.window = application_xp.png
icon.zoom.in = zoom_in.png
icon.zoom.out = zoom_out.png
icon.theme.import = mail-receive.png
icon.theme.export = mail-folder-outbox.png
icon.theme.font.increment = font.png{Plus.png[size(8,8)][move(8,8)]}
icon.theme.font.decrement = font.png{Minus.png[size(8,8)][move(8,8)]}
icon.docking.application.home = www_16.png
icon.docking.application.16 = www_16.png
icon.docking.application.128 = www_128.png
icon.dragon.256 = GhidraIcon256.png
icon.help.navigation.aid.disabled.overlay = icon.not.allowed
icon.help.navigation.aid.enabled = software-update-available.png
icon.filechooser.places.my.computer = computer.png
icon.filechooser.places.desktop = desktop.png
icon.filechooser.places.home = user-home.png
icon.filechooser.places.recent = inode-directory.png {edit-undo.png [move(6,10)]}
icon.filter.options.contains = page_code.png
icon.filter.options.exact = page_green.png
icon.filter.options.regex = page_excel.png
icon.filter.options.starts.with = page_go.png
icon.filter.options.not = bullet_delete.png
icon.widget.imagepanel.reset = tag.png
icon.widget.imagepanel.zoom.in = icon.zoom.in
icon.widget.imagepanel.zoom.out = icon.zoom.out
icon.widget.filterpanel.filter.off = filter_off.png
icon.widget.filterpanel.filter.on = filter_on.png
icon.widget.pathmanager.reset = trash-empty.png
icon.widget.table.header.help = info_small.png
icon.widget.table.header.help.hovered = info_small_hover.png
icon.widget.table.header.pending = hourglass.png
icon.dialog.error.expandable.report = icon.spreadsheet
icon.dialog.error.expandable.exception = program_obj.png
icon.dialog.error.expandable.frame = StackFrameElement.png
icon.dialog.error.expandable.stack = StackFrame_Red.png
icon.dialog.error.expandable.cause = emblem-important.png
icon.task.progress.1 = eatbits1.png
icon.task.progress.2 = eatbits2.png
icon.task.progress.3 = eatbits3.png
icon.task.progress.4 = eatbits4.png
icon.task.progress.5 = eatbits5.png
icon.task.progress.6 = eatbits6.png
icon.task.progress.7 = eatbits7.png
icon.task.progress.hourglass.1 = hourglass24_01.png
icon.task.progress.hourglass.2 = hourglass24_02.png
icon.task.progress.hourglass.3 = hourglass24_03.png
icon.task.progress.hourglass.4 = hourglass24_04.png
icon.task.progress.hourglass.5 = hourglass24_05.png
icon.task.progress.hourglass.6 = hourglass24_06.png
icon.task.progress.hourglass.7 = hourglass24_07.png
icon.task.progress.hourglass.8 = hourglass24_08.png
icon.task.progress.hourglass.9 = hourglass24_09.png
icon.task.progress.hourglass.10 = hourglass24_10.png
icon.task.progress.hourglass.11 = hourglass24_11.png
// Fonts
font.splash.header.default = Serif-BOLD-35
font.splash.status = Serif-BOLD-12
font.table.header.number = arial-BOLD-12
font.input.hint = monospaced-PLAIN-10
[Dark Defaults]
color.bg.header.inactive = #6A6A6A
color.header.drag.cursor = lightGray
color.fg.dialog.status.alert = orange
color.fg.dialog.status.error = color.fg.error
color.fg.dialog.status.warning = orange
color.fg.dialog.status.normal = lightBlue
color.bg.currentline = #003366
color.bg.textfield.hint.invalid = maroon
color.bg.filterfield = color.bg.filtered
color.fg.filterfield = darkSlateGray
color.bg.selection = #14564f // greenish
color.bg.highlight = #703401 // orangish
// docking buttons
color.fg.button = darkGray
color.bg.filechooser.shortcut = [color]system.color.bg.view