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 f58ee21ca..0eb28e3df 100644 --- a/runtime/themes/flatwhite.toml +++ b/runtime/themes/flatwhite.toml @@ -4,6 +4,7 @@ "attribute" = { fg = "blue_text", bg = "blue_bg" } "comment" = { fg = "base2", bg = "base6" } "comment.line" = { fg = "base2", bg = "base6" } +"comment.line.documentation" = { fg = "base2", bg = "base6" } "comment.block" = { fg = "base2", bg = "base6" } "comment.block.documentation" = { fg = "base2", bg = "base6" } "constant" = { fg = "blue_text", bg = "blue_bg" } |