Unnamed repository; edit this file 'description' to name the repository.
sonokai: fix constant.builtin highlights (#13410)
dastrukar 10 months ago
parent c5e9dda · commit 8580d35
-rw-r--r--runtime/themes/sonokai.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/sonokai.toml b/runtime/themes/sonokai.toml
index ebe1ae8d..2097e91e 100644
--- a/runtime/themes/sonokai.toml
+++ b/runtime/themes/sonokai.toml
@@ -7,6 +7,7 @@
"type" = "blue"
"constant" = "fg"
+"constant.builtin" = "purple"
"constant.numeric" = "purple"
"constant.character.escape" = "orange"
"string" = "yellow"