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 | |
parent | 21487d13fd6c651349fb8bb476f1aff3a6c61f8c (diff) |
Fix spelling errors in some themes (#2324)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/monokai_pro.toml | 2 | ||||
-rw-r--r-- | runtime/themes/monokai_pro_machine.toml | 2 | ||||
-rw-r--r-- | runtime/themes/monokai_pro_octagon.toml | 2 | ||||
-rw-r--r-- | runtime/themes/monokai_pro_ristretto.toml | 2 | ||||
-rw-r--r-- | runtime/themes/monokai_pro_spectrum.toml | 2 | ||||
-rw-r--r-- | runtime/themes/nord.toml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/runtime/themes/monokai_pro.toml b/runtime/themes/monokai_pro.toml index 520bf70c..b28f700c 100644 --- a/runtime/themes/monokai_pro.toml +++ b/runtime/themes/monokai_pro.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" 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" diff --git a/runtime/themes/monokai_pro_octagon.toml b/runtime/themes/monokai_pro_octagon.toml index 8a69077b..48709145 100644 --- a/runtime/themes/monokai_pro_octagon.toml +++ b/runtime/themes/monokai_pro_octagon.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" diff --git a/runtime/themes/monokai_pro_ristretto.toml b/runtime/themes/monokai_pro_ristretto.toml index f0d60dad..f7c37094 100644 --- a/runtime/themes/monokai_pro_ristretto.toml +++ b/runtime/themes/monokai_pro_ristretto.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" diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml index 54a53bfa..807c87f1 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.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" diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index 9fd3fcab..a6384d1b 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -46,7 +46,7 @@ "punctuation" = "nord6" # Frost -# nord7 - classes, types, primiatives +# nord7 - classes, types, primitives "type" = "nord7" "type.builtin" = { fg = "nord7"} "label" = "nord7" |