Skip to content

Commit

Permalink
feat(render-markdown): change code block background to mantle (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofseed authored Oct 5, 2024
1 parent 9e6ec28 commit 7be452e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/catppuccin/groups/integrations/render_markdown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ local M = {}

function M.get()
local groups = {
RenderMarkdownCode = { bg = C.surface0 },
RenderMarkdownCodeInline = { bg = C.surface1 },
RenderMarkdownCode = { bg = C.mantle },
RenderMarkdownCodeInline = { bg = C.surface0 },
RenderMarkdownBullet = { fg = C.sky },
RenderMarkdownTableHead = { fg = C.blue },
RenderMarkdownTableRow = { fg = C.lavender },
Expand Down

0 comments on commit 7be452e

Please sign in to comment.