Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/molokai.toml')
-rw-r--r--runtime/themes/molokai.toml7
1 files changed, 1 insertions, 6 deletions
diff --git a/runtime/themes/molokai.toml b/runtime/themes/molokai.toml
index 0e48f775..fc8e533d 100644
--- a/runtime/themes/molokai.toml
+++ b/runtime/themes/molokai.toml
@@ -4,7 +4,6 @@ inherits = "monokai"
"comment" = "comment"
"comment.block.documentation" = { fg = "comment", modifiers = ["bold"] }
-"comment.line.documentation" = { fg = "comment", modifiers = ["bold"] }
"constant.character.escape" = { fg = "light-blue", modifiers = ["italic"] }
"function.macro" = { fg = "#c4be89", modifiers = ["italic"] }
"keyword" = { fg = "keyword", modifiers = ["bold"] }
@@ -14,7 +13,7 @@ inherits = "monokai"
"keyword.storage.modifier" = { fg = "#fd971f", modifiers = ["italic"] }
"label" = "#e6db74"
"operator" = "keyword"
-"punctuation.delimiter" = "#8f8f8f"
+"punctuation.delimeter" = "#8f8f8f"
"type" = "light-blue"
"variable.builtin" = { fg = "#ae81ff", modifiers = ["bold"] }
"tag.builtin" = { fg = "#ae81ff", modifiers = ["bold"] }
@@ -36,10 +35,6 @@ inherits = "monokai"
"ui.popup.info" = { fg = "light-blue", bg = "#000000" }
"ui.text.info" = { fg = "light-blue", bg = "#000000" }
-"ui.statusline.normal" = { fg = "#080808", bg = "#e6db74", modifiers = ["bold"] }
-"ui.statusline.insert" = { fg = "#282828", bg = "#8787af", modifiers = ["bold"] }
-"ui.statusline.select" = { fg = "#282828", bg = "#ffd700", modifiers = ["bold"] }
-
"warning" = { fg = "#ffffff", modifiers = ["bold"] }
"error" = { fg = "#ffffff", modifiers = ["bold"] }
"info" = { fg = "#ffffff", modifiers = ["bold"] }