diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 53db8b2..5971211 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -290,7 +290,7 @@ local theme = { TSTag = { fg = p.foam }, TSTagDelimiter = { fg = p.subtle }, TSText = { fg = p.text }, - -- TSTitle = {}, + TSTitle = { fg = config.colors.headings.h1, style = 'bold' }, -- TSType = {}, -- TSTypeBuiltin = {}, TSURI = { fg = p.gold },