Add more accurate to official theme type highlighting to Darcula themes (#8738)

pull/9101/head
Jesús González 6 months ago committed by GitHub
parent ab763b3111
commit 44c3d48a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save