-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
JetBrains Theme Matching - Java Syntax Highlighting
Problem:
The current color scheme for Java syntax highlighting doesn't perfectly match the intended JetBrains theme in the following cases.
Proposed Solution:
To improve the matching, please consider the following changes to the syntax highlighting rules:
{
"scope": ["storage.modifier.import.java", "storage.type.java", "storage.type.generic.java"],
"settings": { "foreground": "#ABB2BF" }
},
{
"scope": ["storage.type.annotation.java", "storage.type.object.array.java"],
"settings": { "foreground": "#eef536" }
}
Metadata
Metadata
Assignees
Labels
No labels