mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-1981 Theme help and module conversions
This commit is contained in:
parent
4eb3d8fd86
commit
9a0d7892da
120 changed files with 1540 additions and 2846 deletions
19
Ghidra/Features/Python/data/python.theme.properties
Normal file
19
Ghidra/Features/Python/data/python.theme.properties
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
[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 = rbg(128, 96, 64)
|
||||
color.fg.plugin.python.syntax.special = darkgreen
|
||||
|
||||
|
||||
|
||||
[Dark Defaults]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue