Skip to content

Commit

Permalink
feat: render markdown codeblock bg
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Sep 12, 2024
1 parent 006f15a commit db8ff8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ local function generate(p, opt)
NotifyDEBUGTitle { DiagnosticHint },
NotifyTRACEIcon { DiagnosticHint },
NotifyTRACETitle { DiagnosticHint },

RenderMarkdownCode { bg = LspInlayHint.bg },
}
end)
-- stylua: ignore end
Expand Down
2 changes: 2 additions & 0 deletions lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ local function generate(p, opt)
NotifyDEBUGTitle { DiagnosticHint },
NotifyTRACEIcon { DiagnosticHint },
NotifyTRACETitle { DiagnosticHint },

RenderMarkdownCode { bg = LspInlayHint.bg },
}
end)
-- stylua: ignore end
Expand Down

0 comments on commit db8ff8d

Please sign in to comment.