sonokai: fix boolean and constant.builtin highlights

properly sets them to purple colour, based on the original theme
pull/13410/head
dastrukar 2025-04-26 05:34:35 +08:00
parent 0815b52e09
commit d52d318e1b
No known key found for this signature in database
GPG Key ID: 54B226C5C038647D
1 changed files with 2 additions and 0 deletions

View File

@ -6,7 +6,9 @@
# License: MIT License
"type" = "blue"
"boolean" = "purple"
"constant" = "fg"
"constant.builtin" = "purple"
"constant.numeric" = "purple"
"constant.character.escape" = "orange"
"string" = "yellow"