[theme] Fix zenburn doc comment color (#13962)

pull/13953/merge
Anton Romanov 2025-07-16 06:10:57 -07:00 committed by GitHub
parent 5cda70e866
commit ef2ebc5f24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
"ui.selection" = { bg = "#304a3d" } "ui.selection" = { bg = "#304a3d" }
"ui.selection.primary" = { bg = "#2f2f2f" } "ui.selection.primary" = { bg = "#2f2f2f" }
"comment" = { fg = "comment" } "comment" = { fg = "comment" }
"comment.block.documentation" = { fg = "comment", modifiers = ["bold"] }
"comment.line.documentation" = { fg = "comment", modifiers = ["bold"] }
"ui.virtual.inlay-hint" = { fg = "#9f9f9f" } "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" = { bg = "statusbg", fg = "#ccdc90" }
"ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' } "ui.statusline.inactive" = { fg = '#2e3330', bg = '#88b090' }
"ui.cursor" = { fg = "#000d18", bg = "#8faf9f", modifiers = ["bold"] } "ui.cursor" = { fg = "#000d18", bg = "#8faf9f", modifiers = ["bold"] }