Skip to content

Commit a95bf37

Browse files
authored
fix: match Markdown headings for TS plugin (#49)
1 parent b4bb4d0 commit a95bf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lua/rose-pine/theme.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ local theme = {
290290
TSTag = { fg = p.foam },
291291
TSTagDelimiter = { fg = p.subtle },
292292
TSText = { fg = p.text },
293-
-- TSTitle = {},
293+
TSTitle = { fg = config.colors.headings.h1, style = 'bold' },
294294
-- TSType = {},
295295
-- TSTypeBuiltin = {},
296296
TSURI = { fg = p.gold },

0 commit comments

Comments
 (0)