From d52d318e1baf44c802c68750c6f85bbb2c17c789 Mon Sep 17 00:00:00 2001 From: dastrukar <3derid@gmail.com> Date: Sat, 26 Apr 2025 05:34:35 +0800 Subject: [PATCH] sonokai: fix boolean and constant.builtin highlights properly sets them to purple colour, based on the original theme --- runtime/themes/sonokai.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/themes/sonokai.toml b/runtime/themes/sonokai.toml index ebe1ae8d2..51d471c51 100644 --- a/runtime/themes/sonokai.toml +++ b/runtime/themes/sonokai.toml @@ -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"