GP-3397 - minor theme fixes

This commit is contained in:
dragonmacher 2023-05-09 12:04:37 -04:00
parent b3616a6831
commit b953998f7d
4 changed files with 8 additions and 29 deletions

View file

@ -18,7 +18,7 @@ color.bg.decompiler.current.variable = color.palette.highlight.transparent.yello
color.bg.decompiler.highlights.default = color.palette.highlight.transparent.yellow
color.bg.decompiler.highlights.special = color.palette.crimson
color.bg.decompiler.highlights.search = color.palette.slateblue
color.bg.decompiler.highlights.find = color.palette.slateblue
color.bg.decompiler.pcode.dfg.vertex.default = color.palette.red
color.bg.decompiler.pcode.dfg.vertex.selected = color.palette.lightcoral

View file

@ -366,9 +366,7 @@ public class DecompileOptions {
private final static GColor HIGHLIGHT_DEFAULT_COLOR = new GColor("color.fg.decompiler");
private static final String SEARCH_HIGHLIGHT_MSG = "Display.Color for Highlighting Find Matches";
private static final GColor SEARCH_HIGHLIGHT_COLOR = new GColor("color.bg.decompiler.highlights.search");
private static final GColor SEARCH_HIGHLIGHT_COLOR = new GColor("color.bg.decompiler.highlights.find");
//@formatter:on
private static final String BACKGROUND_COLOR_MSG = "Display.Background Color";
@ -906,7 +904,7 @@ public class DecompileOptions {
}
/**
* @return color used on tokens that need to warn of an error or other unusual conditions
* @return color used on tokens that need to warn of an error or other unusual conditions
*/
public Color getErrorColor() {
return ERROR_COLOR;