-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As of today (1de6414), the syntax highlighting grammar uses incorrect scope names to color the check boxes. For example, is the scope name storage.type.xit
even remotely close to being a correct name for ongoing check boxes? No.
While this works for some themes, it can look really confusing in some themes:
There are however a few things to note, mainly being:
- No theme is or should be configured to work specifically with xit.
- Configuring the colors for the rules manually should be avoided because of inconvenience for the user.
- Colors will look differently in different themes.
Possible solutions would be to:
- Use semantic highlighting with explicit colors which could be a bad approach for themes that use a light, red, blue, etc. background.
- Use scopes which can be considered correct and who don't have similar color of different scopes. This can be used in combination with optional user configuration
The issue is open for other solutions
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request