Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/carbon.toml')
| -rw-r--r-- | runtime/themes/carbon.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/carbon.toml b/runtime/themes/carbon.toml index af06aa64..1105a1a5 100644 --- a/runtime/themes/carbon.toml +++ b/runtime/themes/carbon.toml @@ -22,6 +22,7 @@ "comment" = { fg = "gray40", modifiers = ["italic"] } "comment.block.documentation" = { fg = "gray40", modifiers = ["italic"] } +"comment.line.documentation" = { fg = "gray40", modifiers = ["italic"] } "variable" = "gray70" "variable.builtin" = { fg = "cyan30", modifiers = ["bold"] } |