diff options
author | Jesús González | 2023-12-05 01:46:23 +0000 |
---|---|---|
committer | GitHub | 2023-12-05 01:46:23 +0000 |
commit | 44c3d48a941c5e2d6484c808c9066b91cfbcf0ec (patch) | |
tree | 5d2560d62c297423fc9040f5d2a537c6921dab9b /runtime | |
parent | ab763b31119484ae8afefd2cc4f1d6539c1905ec (diff) |
Add more accurate to official theme type highlighting to Darcula themes (#8738)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/darcula.toml | 6 |
1 files changed, 5 insertions, 1 deletions
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" |