From 667cdf929f6fa70b3b8006e070cf3c100377eb3f Mon Sep 17 00:00:00 2001 From: Yang Tang Date: Fri, 29 Apr 2022 12:03:46 -0400 Subject: [PATCH] Fix spelling errors in some themes (#2324) --- runtime/themes/monokai_pro.toml | 2 +- runtime/themes/monokai_pro_machine.toml | 2 +- runtime/themes/monokai_pro_octagon.toml | 2 +- runtime/themes/monokai_pro_ristretto.toml | 2 +- runtime/themes/monokai_pro_spectrum.toml | 2 +- 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 520bf70c1..b28f700cd 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 8d493f1e2..4a2e53e42 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 8a69077bc..48709145e 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 f0d60dad1..f7c370949 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 54a53bfa9..807c87f15 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 9fd3fcab3..a6384d1b3 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"