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
Is your feature request related to a problem? Please describe.
Hello, this is my first issue ever on github so please redirect me if i posted this in the wrong place.
I wanted to use this plugin for rendering markdown in my neovim. I came across an issue pretty quickly though, which was that the gruvbox colorscheme did not apply to the markdown headings. As you can see in the image below
Describe the solution you'd like
I ended up finding a fix for it though so now it looks like this. You can add background colours yourself but i prefer a transparent background.
I simply added the code snippet under to my overrides inside of the opts of the gruvbox.lua colorscheme file.
I based the colours of how the obsidian gruvbox theme colours different headings, and i took the hex values from the colour pallete on the gruvbox github page.
I would like to either get better gruvbox integration with the render-markdown plugin.
If that is not feasible it would be great if this could solution be added to a wiki somewhere, such that the others who stumble upon this problem can find a quick fix.
The text was updated successfully, but these errors were encountered:
Now this should interact with treesitter directly making it a much better general improvement to the colorscheme.
This is how i use it currently for the gruvbox theme.
with this change though if you want transparent background on the different headers, you need to add the code snippet below inside of the opts of your render-markdown.lua file
Is your feature request related to a problem? Please describe.
Hello, this is my first issue ever on github so please redirect me if i posted this in the wrong place.
I wanted to use this plugin for rendering markdown in my neovim. I came across an issue pretty quickly though, which was that the gruvbox colorscheme did not apply to the markdown headings. As you can see in the image below
Describe the solution you'd like
I ended up finding a fix for it though so now it looks like this. You can add background colours yourself but i prefer a transparent background.

I simply added the code snippet under to my overrides inside of the opts of the gruvbox.lua colorscheme file.
I based the colours of how the obsidian gruvbox theme colours different headings, and i took the hex values from the colour pallete on the gruvbox github page.
I would like to either get better gruvbox integration with the render-markdown plugin.
If that is not feasible it would be great if this could solution be added to a wiki somewhere, such that the others who stumble upon this problem can find a quick fix.
The text was updated successfully, but these errors were encountered: