mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 02:42:31 +00:00
More decent highlight color
This commit is contained in:
@@ -50,9 +50,9 @@ import jsyntaxpane.util.Configuration;
|
||||
public class ActionVariableMarker implements SyntaxComponent, CaretListener, PropertyChangeListener, DocumentListener {
|
||||
|
||||
public static final String DEFAULT_TOKENTYPES = "IDENTIFIER, REGEX";
|
||||
public static final String PROPERTY_COLOR = "TokenMarker.Color";
|
||||
public static final String PROPERTY_COLOR = "ActionVariableMarker.Color";
|
||||
public static final String PROPERTY_TOKENTYPES = "ActionVariableMarker.TokenTypes";
|
||||
private static final Color DEFAULT_COLOR = new Color(0xFFEE66);
|
||||
private static final Color DEFAULT_COLOR = new Color(0xf8e7d6);
|
||||
private JEditorPane pane;
|
||||
private final Set<TokenType> tokenTypes = new HashSet<>();
|
||||
private Markers.SimpleMarker marker;
|
||||
|
||||
Reference in New Issue
Block a user