From 33adfa33b75dfa8b23a55a3086cd17baa75c5a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Gonz=C3=A1lez?= Date: Mon, 4 Dec 2023 22:46:23 -0300 Subject: [PATCH] Add more accurate to official theme type highlighting to Darcula themes (#8738) --- runtime/themes/darcula.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 3086b727f1dbb..49546374427f7 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -35,7 +35,11 @@ "constant.numeric" = "lightblue" "constant.character.escape" = "white" "attribute" = "yellow" -"type" = "orange" +"type" = "white" +"type.builtin" = "orange" +"type.parameter" = { fg = "white", modifiers = ["bold"] } +"type.enum" = "white" +"type.enum.variant" = "orange" "string" = "darkgreen" "function" = "yellow" "function.macro" = "green"