aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/nord.toml2
-rw-r--r--runtime/themes/pop-dark.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index f7ef079b..11195ece 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -41,7 +41,7 @@
"constant.builtin" = "nord4"
"namespace" = "nord4"
-# nord5 - suble UI text
+# nord5 - subtle UI text
# nord6 - base text, punctuation
"ui.text" = { fg = "nord6" }
diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml
index e662f957..172e8391 100644
--- a/runtime/themes/pop-dark.toml
+++ b/runtime/themes/pop-dark.toml
@@ -71,7 +71,7 @@ namespace = { fg = 'orangeL' }
'variable.other.member' = { fg = 'orangeH' }
'variable.function' = { fg = 'blueL' }
'punctuation' = { fg = 'blueL' }
-'punctuation.delimeter' = { fg = 'blueH' }
+'punctuation.delimiter' = { fg = 'blueH' }
'punctuation.bracket' = { fg = 'orangeN' }
'keyword' = { fg = 'blueH' }
'keyword.control' = { fg = 'blueL' }