Skip to content

JetBrains Theme Matching - Java Syntax Highlighting #13

@shinghamanish

Description

@shinghamanish

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions