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
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 nvim gruvbox github page.
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
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 nvim gruvbox github page.
The goal of this issue is help add compatabillity with the render-markdown nvim plugin. And to present a current solution for those looking for one.