mirror of https://github.com/helix-editor/helix
sonokai: fix constant.builtin highlights (#13410)
parent
c5e9dda269
commit
8580d35de9
|
@ -7,6 +7,7 @@
|
|||
|
||||
"type" = "blue"
|
||||
"constant" = "fg"
|
||||
"constant.builtin" = "purple"
|
||||
"constant.numeric" = "purple"
|
||||
"constant.character.escape" = "orange"
|
||||
"string" = "yellow"
|
||||
|
|
Loading…
Reference in New Issue