Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/molokai.toml')
| -rw-r--r-- | runtime/themes/molokai.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/themes/molokai.toml b/runtime/themes/molokai.toml index 0e48f775..2d5c9455 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"] } @@ -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"] } |