mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-21 17:06:18 +04:00
Add more accurate to official theme type highlighting to Darcula themes (#8738)
This commit is contained in:
parent
ab763b3111
commit
44c3d48a94
@ -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…
Reference in New Issue
Block a user