mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: match Markdown headings for TS plugin (#49)
This commit is contained in:
parent
b4bb4d0574
commit
a95bf37486
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue