Files
ghidra/Ghidra/Framework/Docking/data/docking.theme.properties
2022-11-15 14:53:35 -05:00

170 lines
5.1 KiB
INI

[Defaults]
color.bg = white // note: this is the text/widget bg color
color.fg = black
color.fg.error = red
color.fg.disabled = lightGray
color.bg.uneditable = system.color.bg.application // TODO see if there exists an LaF setting for this
color.bg.filtered = yellow
color.fg.hint = lightgray
color.fg.help.selector.h1 = #000080
color.fg.help.selector.h2 = #984C4C
color.fg.help.selector.h3 = #0000FF
color.fg.help.selector.p.provided.by.plugin = #7F7F7F
color.fg.help.selector.p.related.topic = #800080
color.fg.help.selector.th = #EDF3FE
color.fg.help.selector.code = black
color.fg.help.selector.code.path = #4682B4
color.bg.header.active = steelblue
color.bg.header.inactive = rgb(150, 150, 150)
color.fg.header.active = black
color.fg.header.inactive = black
color.header.drag.cursor = black
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 = blue
color.bg.selection = rgb(180, 255, 180) // pale green
color.bg.highlight = rgb(255,255,150) // pale yellow
color.bg.tooltip = rgb(255, 255, 230)
color.bg.currentline = rgb(232,242,254)
color.cursor.focused = red
color.cursor.unfocused = pink
color.bg.table.grid = gray
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.tableheader.gradient.start = color.bg
color.bg.tableheader.gradient.end = lightGray
color.bg.tableheader.gradient.start.primary = rgb(205, 227, 244)
color.bg.tableheader.gradient.end.primary = rgb(126, 186, 233)
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.no.selection = rgb(204, 204, 255)
color.bg.filterfield = color.bg.filtered
color.fg.filterfield = black
color.bg.selection.help = lightSteelBlue
// generic component items
color.border.bevel.highlight = lightGray
color.border.bevel.shadow = gray
// extensions
color.bg.splash = color.bg
color.bg.filechooser = color.bg
color.fg.filechooser = color.fg
color.bg.fieldpanel = color.bg
color.fg.fieldpanel = color.fg
color.bg.fieldpanel.selection = color.bg.selection
color.bg.fieldpanel.highlight = color.bg.highlight
color.bg.fieldpanel.selection.and.highlight = green
// Icons files
icon.empty = images/EmptyIcon16.gif
icon.help = images/help-browser.png
icon.add = images/Plus2.png
icon.collapse.all = images/collapse_all.png
icon.expand.all = images/expand_all.png
icon.configure.filter = images/exec.png
icon.delete = images/error.png
icon.error = images/emblem-important.png
icon.navigate.in = images/locationIn.gif
icon.navigate.out = images/locationOut.gif
icon.notallowed = images/dialog-cancel.png
icon.folder.open = images/openSmallFolder.png
icon.refresh = images/reload3.png
icon.sort.ascending = images/sortascending.png
icon.sort.descending = images/sortdescending.png
icon.stop = images/process-stop.png
icon.warning.strong = images/software-update-urgent.png
icon.left = images/left.png
icon.right = images/right.png
icon.left.alt = images/left.alternate.png
icon.right.alt = images/right.alternate.png
icon.saveas = images/disk.png
icon.makeselection = images/text_align_justify.png
icon.arrow.up.right = images/viewmagfit.png
icon.flag = images/flag.png
icon.lock = images/kgpg.png
icon.checkmark.green = images/checkmark_green.gif
icon.theme.import = images/mail-receive.png
icon.theme.export = images/mail-folder-outbox.png
// Fonts
[Dark Defaults]
color.bg = #46494B // color used by flatlaf dark theme
color.fg = lightgray
color.fg.error = indianRed
color.fg.disabled = gray
color.bg.filtered = beige
color.fg.hint = darkgray
color.fg.help.selector.h1 = #66AAF4
color.fg.help.selector.h2 = #9999F9
color.fg.help.selector.h3 = #FF99CC
color.fg.help.selector.p.provided.by.plugin = #CCCCCC
color.fg.help.selector.p.related.topic = #800080
color.fg.help.selector.th = #EDF3FE
color.fg.help.selector.code = gray
color.fg.help.selector.code.path = #5BA5E3
color.bg.header.active = #788CBD
color.bg.header.inactive = dimGray
color.fg.header.active = lightGray
color.fg.header.inactive = black
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 = rgb(60,60,70) // dark gray
color.cursor.focused = indianRed
color.cursor.unfocussed = darkGray
color.bg.textfield.hint.invalid = maroon
color.bg.filterfield = color.bg.filtered
color.fg.filterfield = darkSlateGray
color.bg.selection = teal
color.bg.highlight = olive
color.bg.fieldpanel.selection.and.highlight = darkGreen
color.bg.table.row.alt = rgb(45,47,65)
color.fg.table.uneditable.selected = lemonchiffon
color.fg.table.uneditable.unselected = lightgray
color.bg.tableheader.gradient.start = color.bg
color.bg.tableheader.gradient.end = darkGray
color.bg.tableheader.gradient.start.primary = color.bg
color.bg.tableheader.gradient.end.primary = darkBlue