mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-3094 - Theming - Converted most colors to palette colors
This commit is contained in:
parent
318d5e01f0
commit
4f1d3c8053
72 changed files with 1149 additions and 983 deletions
|
@ -1,17 +1,17 @@
|
|||
|
||||
[Defaults]
|
||||
|
||||
color.fg.plugin.python.syntax.class = blue
|
||||
color.fg.plugin.python.syntax.code = darkgreen
|
||||
color.fg.plugin.python.syntax.function = green
|
||||
color.fg.plugin.python.syntax.instance = purple
|
||||
color.fg.plugin.python.syntax.map = steelblue
|
||||
color.fg.plugin.python.syntax.method = teal
|
||||
color.fg.plugin.python.syntax.null = red
|
||||
color.fg.plugin.python.syntax.number = darkgray
|
||||
color.fg.plugin.python.syntax.package = darkred
|
||||
color.fg.plugin.python.syntax.sequence = rgb(128, 96, 64)
|
||||
color.fg.plugin.python.syntax.special = darkgreen
|
||||
color.fg.plugin.python.syntax.class = color.palette.blue
|
||||
color.fg.plugin.python.syntax.code = color.palette.darkgreen
|
||||
color.fg.plugin.python.syntax.function = color.palette.green
|
||||
color.fg.plugin.python.syntax.instance = color.palette.purple
|
||||
color.fg.plugin.python.syntax.map = color.palette.steelblue
|
||||
color.fg.plugin.python.syntax.method = color.palette.teal
|
||||
color.fg.plugin.python.syntax.null = color.palette.red
|
||||
color.fg.plugin.python.syntax.number = color.palette.darkgray
|
||||
color.fg.plugin.python.syntax.package = color.palette.darkred
|
||||
color.fg.plugin.python.syntax.sequence = color.palette.saddlebrown
|
||||
color.fg.plugin.python.syntax.special = color.palette.darkgreen
|
||||
|
||||
icon.plugin.python = python.png
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue