Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/jellybeans.toml')
| -rw-r--r-- | runtime/themes/jellybeans.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/themes/jellybeans.toml b/runtime/themes/jellybeans.toml index 6f8c326f..592db9a9 100644 --- a/runtime/themes/jellybeans.toml +++ b/runtime/themes/jellybeans.toml @@ -22,7 +22,7 @@ "constant.builtin.boolean" = "yellow" "constant.character" = "yellow" -"constant.character.escape" = "red_error" +"constant.characted.escape" = "red_error" "constant.numeric" = "dark_orange" "string" = "dark_green" "string.regexp" = "light_purple" @@ -99,8 +99,6 @@ "diagnostic.info" = { underline = { color = "blue_accent", style = "line" } } "diagnostic.warning" = { underline = { color = "yellow_accent", style = "line" } } "diagnostic.error" = { underline = { color = "red_error", style = "line" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] background = "#151515" |