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