diff options
author | Blaž Hrastnik | 2021-11-08 01:03:53 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-11-08 01:03:53 +0000 |
commit | cdc2107bca42f5affa6896771a26f09dc55beeb7 (patch) | |
tree | cc1d98ff2ff5c3da1e8700bb31c7ed62111f5a98 | |
parent | 82ff5b0ab6fd620a23744ffa514ce7a82900ca02 (diff) |
fix: #896 broke some of the default highlights
-rw-r--r-- | theme.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ comment = "sirocco" constant = "white" "constant.builtin" = "white" string = "silver" -number = "chamois" -escape = "honey" +"constant.numeric" = "chamois" +"constant.character.escape" = "honey" # used for lifetimes label = "honey" |