mirror of https://github.com/helix-editor/helix
fix: #896 broke some of the default highlights
parent
82ff5b0ab6
commit
cdc2107bca
|
@ -23,8 +23,8 @@ comment = "sirocco"
|
||||||
constant = "white"
|
constant = "white"
|
||||||
"constant.builtin" = "white"
|
"constant.builtin" = "white"
|
||||||
string = "silver"
|
string = "silver"
|
||||||
number = "chamois"
|
"constant.numeric" = "chamois"
|
||||||
escape = "honey"
|
"constant.character.escape" = "honey"
|
||||||
# used for lifetimes
|
# used for lifetimes
|
||||||
label = "honey"
|
label = "honey"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue