mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 04:45:56 +08:00
theme bug fixes
This commit is contained in:
@@ -30,9 +30,9 @@ color.fg.infopanel.version = color.fg
|
||||
|
||||
color.fg.interpreterpanel = color.fg
|
||||
color.fg.interpreterpanel.error = color.fg.error
|
||||
color.fg.listing.highlighter.default = yellow
|
||||
color.fg.listing.highlighter.scoped.read = rgb(204,204, 0)
|
||||
color.fg.listing.highlighter.scoped.write = green
|
||||
color.bg.listing.highlighter.default = yellow
|
||||
color.bg.listing.highlighter.scoped.read = rgb(204,204, 0)
|
||||
color.bg.listing.highlighter.scoped.write = green
|
||||
|
||||
color.bg.markerservice = color.bg
|
||||
|
||||
|
||||
+1
@@ -63,6 +63,7 @@ public class PcodeFieldFactory extends FieldFactory {
|
||||
formatter = new AttributedStringPcodeFormatter();
|
||||
|
||||
setOptions(fieldOptions);
|
||||
formatter.setFontMetrics(getMetrics());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user