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
Hi. I was adding support for Snacks in my colorscheme, but I couldn't get the highlight groups for the notifier.show_history() float window title and border:
Here I'm using this undocumented hl groups, but none of them affects the float window title and/or border:
localtest_hl= { fg="#ff00ff", bg="#00ff00" }
localret= {
-- etc.SnacksNotifierHistory=test_hl, -- Float window NormalSnacksNotifierHistoryDateTime=test_hl, -- Dates in entriesSnacksNotifierHistoryTitle=test_hl, -- Changes the `Snacks` text for each log entry
}
On my first approach I was expecting that the float border/title follows SnacksNormal. I don't know if that could be the appropriate hl or not, but it would be great if this could be adjusted, specially for floating windows bg transparency and related settings.
The text was updated successfully, but these errors were encountered:
those undocumented groups are used to render the notifications themselves and have nothing to do with the title.
You can indeed just override the winhl for the notification history
Describe the bug
Hi. I was adding support for Snacks in my colorscheme, but I couldn't get the highlight groups for the
notifier.show_history()
float window title and border:Here I'm using this undocumented hl groups, but none of them affects the float window title and/or border:
Maybe related to this line:
For example, if changed to something like:
Then I could change the border and title:
Expected behavior
On my first approach I was expecting that the float border/title follows
SnacksNormal
. I don't know if that could be the appropriate hl or not, but it would be great if this could be adjusted, specially for floating windows bg transparency and related settings.The text was updated successfully, but these errors were encountered: