mirror of https://github.com/helix-editor/helix
sonokai: fix boolean and constant.builtin highlights
properly sets them to purple colour, based on the original themepull/13410/head
parent
0815b52e09
commit
d52d318e1b
|
@ -6,7 +6,9 @@
|
|||
# License: MIT License
|
||||
|
||||
"type" = "blue"
|
||||
"boolean" = "purple"
|
||||
"constant" = "fg"
|
||||
"constant.builtin" = "purple"
|
||||
"constant.numeric" = "purple"
|
||||
"constant.character.escape" = "orange"
|
||||
"string" = "yellow"
|
||||
|
|
Loading…
Reference in New Issue