Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/zenburn.toml')
| -rw-r--r-- | runtime/themes/zenburn.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/zenburn.toml b/runtime/themes/zenburn.toml index 27f94122..74ef78ed 100644 --- a/runtime/themes/zenburn.toml +++ b/runtime/themes/zenburn.toml @@ -11,6 +11,7 @@ "comment" = { fg = "comment" } "ui.virtual.inlay-hint" = { fg = "#9f9f9f" } "comment.block.documentation" = { fg = "black", modifiers = ["bold"] } +"comment.line.documentation" = { fg = "black", modifiers = ["bold"] } "ui.statusline" = { bg = "statusbg", fg = "#ccdc90" } "ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' } "ui.cursor" = { fg = "#000d18", bg = "#8faf9f", modifiers = ["bold"] } @@ -62,4 +63,4 @@ todo = "#dfdfdf" errorfg = "#e37170" errorbg = "#3d3535" statusbg = "#313633" -numeric = "#8cd0d3"
\ No newline at end of file +numeric = "#8cd0d3" |