Skip to content

Commit db8ff8d

Browse files
committed
feat: render markdown codeblock bg
1 parent 006f15a commit db8ff8d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lua/zenbones/specs/dark.lua

+2
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ local function generate(p, opt)
529529
NotifyDEBUGTitle { DiagnosticHint },
530530
NotifyTRACEIcon { DiagnosticHint },
531531
NotifyTRACETitle { DiagnosticHint },
532+
533+
RenderMarkdownCode { bg = LspInlayHint.bg },
532534
}
533535
end)
534536
-- stylua: ignore end

lua/zenbones/specs/light.lua

+2
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ local function generate(p, opt)
528528
NotifyDEBUGTitle { DiagnosticHint },
529529
NotifyTRACEIcon { DiagnosticHint },
530530
NotifyTRACETitle { DiagnosticHint },
531+
532+
RenderMarkdownCode { bg = LspInlayHint.bg },
531533
}
532534
end)
533535
-- stylua: ignore end

0 commit comments

Comments
 (0)