aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/molokai.toml
diff options
context:
space:
mode:
authorAlexis Mousset2023-09-10 20:31:12 +0000
committerGitHub2023-09-10 20:31:12 +0000
commit83ac53a1090e90bb36376dcf5713fac8e1cf66fd (patch)
tree642686ff06c6115d9915b7583ae7cf6357063ce4 /runtime/themes/molokai.toml
parent6f3a6575dc9f4f9390cdfa5b56f5a0d182775ca2 (diff)
Fix various typos (#8233)
Diffstat (limited to 'runtime/themes/molokai.toml')
-rw-r--r--runtime/themes/molokai.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/molokai.toml b/runtime/themes/molokai.toml
index fc8e533d..2d5c9455 100644
--- a/runtime/themes/molokai.toml
+++ b/runtime/themes/molokai.toml
@@ -13,7 +13,7 @@ inherits = "monokai"
"keyword.storage.modifier" = { fg = "#fd971f", modifiers = ["italic"] }
"label" = "#e6db74"
"operator" = "keyword"
-"punctuation.delimeter" = "#8f8f8f"
+"punctuation.delimiter" = "#8f8f8f"
"type" = "light-blue"
"variable.builtin" = { fg = "#ae81ff", modifiers = ["bold"] }
"tag.builtin" = { fg = "#ae81ff", modifiers = ["bold"] }