Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/flatwhite.toml')
| -rw-r--r-- | runtime/themes/flatwhite.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/flatwhite.toml b/runtime/themes/flatwhite.toml index 1da20350..6864fb10 100644 --- a/runtime/themes/flatwhite.toml +++ b/runtime/themes/flatwhite.toml @@ -4,6 +4,7 @@ "attribute" = { fg = "blue_text", bg = "blue_bg" } "comment" = { fg = "base3", modifiers = ["italic"] } "comment.line" = {} +"comment.line.documentation" = { fg = "base2" } "comment.block" = {} "comment.block.documentation" = { fg = "base2" } "constant" = { fg = "blue_text", bg = "blue_bg" } |