Closed FredrikMorstad closed 7 months ago
Hi @FredrikMorstad,
I don't understand why this option would be necessary. It is usually enough to set the value yourself or use the default, why would we need another option.
Hi @FredrikMorstad,
I don't understand why this option would be necessary. It is usually enough to set the value yourself or use the default, why would we need another option.
It may be that I have misunderstood the docs, but I did not see a flag for setting the colours directly. For me the plugin looked like this and I was looking for a way to use the default colours without having to find and set them in the setup
@FredrikMorstad you can create your own highlight group which uses whatever colour you want and pass that to highlights table so you could do.
highlight NewColour guibg=#ƒƒƒƒƒƒ
and then use highlights = {incoming = "NewColour"}
otherwise you can change the base colours in your config. I think both of those solution resolve this problem without a new config being needed
It would be nice to have an optional flag called something like
<bool> default_colors
who making the plugin choosing the default colours even if a highlightGroup is detected. I think this should be simple to add as theset_highlights
can be changed to:and then update the assignment of the colours here: