@@ -95,11 +95,11 @@ local function callback(opts)
9595 [" @text.underline" ] = { link = " Underline" },
9696 [" @text.strike" ] = { fg = C .syntax .green , strikethrough = true },
9797 [" @text.title" ] = { fg = C .syntax .text , bold = true },
98- [" @text.title.1.markdown" ] = { fg = C .syntax .text , bold = true },
99- [" @text.title.2.markdown" ] = { fg = C .syntax .purple , bold = true },
100- [" @text.title.3.markdown" ] = { fg = C .syntax .blue , bold = true },
101- [" @text.title.4.markdown" ] = { fg = C .syntax .cyan , bold = true },
102- [" @text.title.5.markdown" ] = { fg = C .syntax .green , bold = true },
98+ [" @text.title.1.markdown" ] = { fg = C .syntax .purple , bold = true },
99+ [" @text.title.2.markdown" ] = { fg = C .syntax .blue , bold = true },
100+ [" @text.title.3.markdown" ] = { fg = C .syntax .cyan , bold = true },
101+ [" @text.title.4.markdown" ] = { fg = C .syntax .green , bold = true },
102+ [" @text.title.5.markdown" ] = { fg = C .syntax .yellow , bold = true },
103103 [" @text.literal" ] = { fg = C .syntax .text },
104104 [" @text.quote" ] = { fg = C .syntax .text , italic = true },
105105 [" @text.uri" ] = { fg = C .syntax .green , italic = true , underline = true },
0 commit comments