Skip to content

Commit

Permalink
fix(render-markdown): add highlights for callout (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
yayoyuyu authored Aug 7, 2024
1 parent 68b92f9 commit 03a2f35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/catppuccin/groups/integrations/render_markdown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ function M.get()
RenderMarkdownBullet = { fg = C.sky },
RenderMarkdownTableHead = { fg = C.blue },
RenderMarkdownTableRow = { fg = C.lavender },
RenderMarkdownSuccess = { fg = C.green },
RenderMarkdownInfo = { fg = C.sky },
RenderMarkdownHint = { fg = C.teal },
RenderMarkdownWarn = { fg = C.yellow },
RenderMarkdownError = { fg = C.red },
}

local syntax = require("catppuccin.groups.syntax").get()
Expand Down

0 comments on commit 03a2f35

Please sign in to comment.