mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
128 lines
3.2 KiB
INI
128 lines
3.2 KiB
INI
[Defaults]
|
|
|
|
// we define these as shortcuts for the view foreground, background
|
|
color.bg = [color]system.color.bg.view
|
|
color.fg = [color]system.color.fg.view
|
|
|
|
// On some LaFs the tables and tree use the bg color we define. Make that consistent for all LaFs.
|
|
[color]Viewport.background = color.bg
|
|
|
|
color.cursor.focused = red
|
|
color.cursor.unfocused = pink
|
|
|
|
color.fg.error = red
|
|
color.bg.error = lightcoral
|
|
color.fg.disabled = lightGray
|
|
color.bg.uneditable = [color]system.color.bg.control
|
|
color.bg.filtered = yellow
|
|
color.fg.hint = gray
|
|
|
|
color.fg.messages.hint = color.fg.hint
|
|
color.fg.messages.alert = orange
|
|
color.fg.messages.error = color.fg.error
|
|
color.fg.messages.normal = blue
|
|
color.fg.messages.warning = orange
|
|
|
|
color.bg.table.grid = gray
|
|
color.bg.table.row.drag = color.palette.lavender
|
|
color.bg.table.row = color.bg
|
|
color.bg.table.row.alt = rgb(237,243,254)
|
|
color.fg.table.uneditable.selected = yellow
|
|
color.fg.table.uneditable.unselected = lightgray
|
|
color.fg.table = color.fg
|
|
color.fg.table.unselected = white
|
|
color.fg.error.table.unselected = color.fg.error
|
|
color.fg.error.table.selected = lightpink
|
|
|
|
color.bg.tree = [color]system.color.bg.view
|
|
color.bg.tree.selected = [color]system.color.bg.selected.view
|
|
color.fg.tree.selected = [color]system.color.fg.selected.view
|
|
|
|
// Fonts
|
|
font.standard = [font]system.font.control
|
|
font.monospaced = monospaced-PLAIN-12
|
|
|
|
// Icons files
|
|
|
|
icon.flag = flag.png
|
|
icon.lock = kgpg.png
|
|
icon.checkmark.green = checkmark_green.gif
|
|
|
|
icon.empty = EmptyIcon16.gif
|
|
icon.empty.20 = EmptyIcon.gif
|
|
|
|
icon.help = help-browser.png
|
|
|
|
icon.add = Plus2.png
|
|
icon.subtract = list-remove.png
|
|
icon.copy = page_white_copy.png
|
|
icon.cut = edit-cut.png
|
|
icon.paste = page_paste.png
|
|
|
|
icon.collapse.all = collapse_all.png
|
|
icon.expand.all = expand_all.png
|
|
|
|
icon.configure.filter = exec.png
|
|
icon.clear = erase16.png
|
|
icon.delete = edit-delete.png
|
|
icon.error = emblem-important.png
|
|
|
|
icon.home = go-home.png
|
|
icon.navigate.in = locationIn.gif
|
|
icon.navigate.out = locationOut.gif
|
|
|
|
icon.not.allowed = dialog-cancel.png
|
|
icon.folder.open = openSmallFolder.png
|
|
icon.folder.closed = closedSmallFolder.png
|
|
icon.refresh = reload3.png
|
|
|
|
icon.sort.ascending = sortascending.png
|
|
icon.sort.descending = sortdescending.png
|
|
|
|
icon.stop = process-stop.png
|
|
icon.warning.strong = software-update-urgent.png
|
|
icon.warning = warning.png
|
|
icon.information = information.png
|
|
|
|
icon.left = left.png
|
|
icon.right = right.png
|
|
icon.up = up.png
|
|
icon.down = down.png
|
|
|
|
icon.left.alt = left.alternate.png
|
|
icon.right.alt = right.alternate.png
|
|
|
|
icon.save = disk.png
|
|
icon.save.as = disk_save_as.png
|
|
|
|
icon.make.selection = text_align_justify.png
|
|
|
|
icon.arrow.down.right = viewmagfit.png[rotate(90)]
|
|
icon.arrow.up.left = viewmagfit.png[rotate(275)]
|
|
|
|
|
|
|
|
|
|
|
|
[Dark Defaults]
|
|
|
|
color.fg.error = indianRed
|
|
color.fg.disabled = gray
|
|
color.bg.filtered = beige
|
|
color.fg.hint = darkgray
|
|
|
|
color.cursor.focused = indianRed
|
|
color.cursor.unfocused = darkGray
|
|
|
|
color.bg.table.row.alt = rgb(45,47,65)
|
|
color.fg.table.uneditable.selected = lemonchiffon
|
|
color.fg.table.uneditable.unselected = lightgray
|
|
|
|
color.bg.tree = color.bg
|
|
color.bg.tree.selected = [color]laf.color.Tree.selectionBackground
|
|
|
|
// this looks different than the light mode version; good enough until we make a better icon
|
|
icon.make.selection = stack.png
|
|
|
|
|