From f0dcd133bf3cfd06904fe5d7aa1a1692baa8c213 Mon Sep 17 00:00:00 2001 From: JISAUAY Date: Thu, 19 Jun 2025 16:16:24 -0500 Subject: [PATCH] fixed a color for builtin types --- themes/darcula.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/darcula.json b/themes/darcula.json index f248105..d89cc39 100644 --- a/themes/darcula.json +++ b/themes/darcula.json @@ -27,7 +27,10 @@ }, "semanticTokenColors": { "class.typeHint.builtin": { - "foreground": "#CF7379" + "foreground" : "#CF7379" + }, + "class.builtin": { + "foreground" : "#CF7379" }, "class" : { "foreground" : "#89C543"