changeset 6746:00c00cef6bf6

sonokai: fix constant.builtin highlights (#13410)
author dastrukar <3derid@gmail.com>
date Sun, 27 Apr 2025 21:39:05 +0800
parents 4568093492e0
children 9f05629100d9
files runtime/themes/sonokai.toml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/themes/sonokai.toml	Sun Apr 27 16:35:23 2025 +0300
+++ b/runtime/themes/sonokai.toml	Sun Apr 27 21:39:05 2025 +0800
@@ -7,6 +7,7 @@
 
 "type" = "blue"
 "constant" = "fg"
+"constant.builtin" = "purple"
 "constant.numeric" = "purple"
 "constant.character.escape" = "orange"
 "string" = "yellow"