You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a markdown buffer the following highlight groups are loaded
-- command mode
:filter /markdown/ hi
-- output:
markdownHeadingDelimiter xxx guifg=#569cd6
markdownH1 xxx links to htmlH1
markdownH2 xxx links to htmlH2
markdownH3 xxx links to htmlH3
markdownH4 xxx links to htmlH4
markdownH5 xxx links to htmlH5
markdownH6 xxx links to htmlH6
markdownHeadingRule xxx links to markdownRule
markdownH1Delimiter xxx links to markdownHeadingDelimiter
markdownH2Delimiter xxx links to markdownHeadingDelimiter
markdownH3Delimiter xxx links to markdownHeadingDelimiter
markdownH4Delimiter xxx links to markdownHeadingDelimiter
markdownH5Delimiter xxx links to markdownHeadingDelimiter
markdownH6Delimiter xxx links to markdownHeadingDelimiter
markdownHighlight_html xxx cleared
markdownHighlight_python xxx cleared
markdownHighlight_vim xxx cleared
markdownHighlight_cpp xxx cleared
markdownHighlight_c xxx cleared
markdownHighlight_sh xxx cleared
Highlight links starting from markdownH1:
markdownH1 -> htmlH1 -> Title (white and bold)
In VSCode, the headings (markdown) are blue, but in the colorscheme they are white. So markdownH1, markdownH2, ... should be blue. Further, html headings in VSCode are white and regular, but they are (white) bold (inheriting from Title) in the colorscheme. So, I propose add something similar to the following to the theme.lua
In a markdown buffer the following highlight groups are loaded
Highlight links starting from
markdownH1
:In VSCode, the headings (markdown) are blue, but in the colorscheme they are white. So
markdownH1
,markdownH2
, ... should be blue. Further, html headings in VSCode are white and regular, but they are (white) bold (inheriting fromTitle
) in the colorscheme. So, I propose add something similar to the following to thetheme.lua
The text was updated successfully, but these errors were encountered: