diff options
author | Yang Tang | 2022-04-29 16:03:46 +0000 |
---|---|---|
committer | GitHub | 2022-04-29 16:03:46 +0000 |
commit | 667cdf929f6fa70b3b8006e070cf3c100377eb3f (patch) | |
tree | 45066348f8e13014accb691562d3d9bdf329d2de /runtime/themes/monokai_pro_machine.toml | |
parent | 21487d13fd6c651349fb8bb476f1aff3a6c61f8c (diff) |
Fix spelling errors in some themes (#2324)
Diffstat (limited to 'runtime/themes/monokai_pro_machine.toml')
-rw-r--r-- | runtime/themes/monokai_pro_machine.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/monokai_pro_machine.toml b/runtime/themes/monokai_pro_machine.toml index 8d493f1e..4a2e53e4 100644 --- a/runtime/themes/monokai_pro_machine.toml +++ b/runtime/themes/monokai_pro_machine.toml @@ -41,7 +41,7 @@ "ui.text" = { fg = "base8" } "punctuation" = "base6" -# classes, types, primiatives +# classes, types, primitives "type" = "green" "type.builtin" = { fg = "red"} "label" = "base8" |