Skip to content

sonokai: fix constant.builtin highlights #13410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dastrukar
Copy link
Contributor

properly sets them to purple (based on the original's vim colors)

Before:
image

After:
image

properly sets them to purple colour, based on the original theme
@@ -6,7 +6,9 @@
# License: MIT License

"type" = "blue"
"boolean" = "purple"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This key isn't used, instead it should be constant.builtin.boolean

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, in that case, i'll just remove the boolean key entirely, since constant.builtin is already "purple"

@the-mikedavis the-mikedavis added the A-theme Area: Theme and appearence related label Apr 26, 2025
@dastrukar dastrukar changed the title sonokai: fix boolean and constant.builtin highlights sonokai: fix constant.builtin highlights Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-theme Area: Theme and appearence related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants