Add more accurate to official theme type highlighting to Darcula themes (#8738)
This commit is contained in:
parent
ab763b3111
commit
44c3d48a94
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue