From ef2ebc5f2469ad9d863985983a0e30b2fccbe060 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Wed, 16 Jul 2025 06:10:57 -0700 Subject: [PATCH] [theme] Fix zenburn doc comment color (#13962) --- runtime/themes/zenburn.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/zenburn.toml b/runtime/themes/zenburn.toml index 74ef78ed8..002db10fe 100644 --- a/runtime/themes/zenburn.toml +++ b/runtime/themes/zenburn.toml @@ -9,9 +9,9 @@ "ui.selection" = { bg = "#304a3d" } "ui.selection.primary" = { bg = "#2f2f2f" } "comment" = { fg = "comment" } +"comment.block.documentation" = { fg = "comment", modifiers = ["bold"] } +"comment.line.documentation" = { fg = "comment", modifiers = ["bold"] } "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"] }