mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 03:10:43 +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 class ActionVariableMarker implements SyntaxComponent, CaretListener, PropertyChangeListener, DocumentListener {
|
||||||
|
|
||||||
public static final String DEFAULT_TOKENTYPES = "IDENTIFIER, REGEX";
|
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";
|
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 JEditorPane pane;
|
||||||
private final Set<TokenType> tokenTypes = new HashSet<>();
|
private final Set<TokenType> tokenTypes = new HashSet<>();
|
||||||
private Markers.SimpleMarker marker;
|
private Markers.SimpleMarker marker;
|
||||||
|
|||||||
Reference in New Issue
Block a user