From 44c3d48a941c5e2d6484c808c9066b91cfbcf0ec Mon Sep 17 00:00:00 2001 From: Jesús González Date: Mon, 4 Dec 2023 22:46:23 -0300 Subject: Add more accurate to official theme type highlighting to Darcula themes (#8738) --- runtime/themes/darcula.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime/themes/darcula.toml') diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 3086b727..49546374 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" -- cgit v1.2.3-70-g09d2