aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-11-08 01:03:53 +0000
committerBlaž Hrastnik2021-11-08 01:03:53 +0000
commitcdc2107bca42f5affa6896771a26f09dc55beeb7 (patch)
treecc1d98ff2ff5c3da1e8700bb31c7ed62111f5a98 /theme.toml
parent82ff5b0ab6fd620a23744ffa514ce7a82900ca02 (diff)
fix: #896 broke some of the default highlights
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml
index 3956e25e..8c0d1f6c 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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"