diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 3086b727f..495463744 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"