MeanderingProgrammer / render-markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
1.85k stars 38 forks source link

help: Trying to change heading highlight color #225

Closed Cole-Hartman closed 3 weeks ago

Cole-Hartman commented 3 weeks ago

Neovim version (nvim -v)

0.10.2

Neovim distribution

Kickstart

Description

I am trying to mess with the config to change the heading color. For example when I render a heading 1 I want it to be yellow. I've been looking trough the readme and the wiki and can't seem to find this configuration.

MeanderingProgrammer commented 3 weeks ago

These are provided by your colorscheme and come from the definitions for @markup.heading.1.markdown -> @markup.heading.6.markdown.

You can override your colorschemes values for these likely via some config option or redefine them after running your colorscheme using the vim.api.nvim_set_hl API.