rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3.09k stars 83 forks source link

How do I change the entire message bg? #54

Closed afreidz closed 2 years ago

afreidz commented 2 years ago

How can I change the background color of the entire message? I dont want it to use the Normal highlight group. I'd prefer to use the default ones (or some other group) and style them thru my theme. It seems no matter what I do, some part of the message still gets the Normal highlight group.

image

gadzhi-m commented 2 years ago

I don't want to create a new topic. Can you tell me how can I install this plugin? I don't see the instructions.(

afreidz commented 2 years ago

what plugin? are you talking about notify? the instructions are in the readme for this repo. did you mean to comment on this issue?

gadzhi-m commented 2 years ago

какой плагин? ты о чем notify? инструкции находятся в файле readme для этого репо. Вы хотели прокомментировать этот вопрос?

I'm a beginner. Usually I see how they ask in the instructions to download something and write Plug 'notify'

afreidz commented 2 years ago

i dont think you intend to ask that question here. the instructions for the plugin can be found here ... this is a github issue about a specific problem i am having.

rcarriga commented 2 years ago

Your config should now work as you want. The "Body" highlight will be used as the normal highlight from now on

afreidz commented 2 years ago

tyvm!!!