-
-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better integration with dropbar.nvim #503
Comments
Thanks for quick response! |
I think you can add a dropbar's ColorScheme event to automatically restore this? |
Yeah that's a solution but that will make it impossible to override these hlgroups if users do not like the default settings. |
I mean that's what From
Seems like you are already using it though. |
Didn't realize that |
Is your feature request related to a problem? Please describe.
Hi, first of all thanks for all work and devotion in catppuccin!
dropbar.nvim just added a few new highlight groups:
hl-DropBarMenuHoverEntry
,hl-DropBarMenuHoverIcon
, andhl-DropBarMenuHoverSymbol
, where the latter two have their default attributes set toreverse = true
andbold = true
but are not linked to existing highlight groups, thus need to be set explicitly in the colorscheme plugin to avoid to be cleared when toggling background or switching among colorschemes.hl-DropBarMenuHoverEntry
provides the background of the current entry under cursor/mouse and is linked tohl-Visual
by default:hl-DropBarMenuHoverIcon
is used to highlight the icon under the cursor/mouse:hl-DropBarMenuHoverSymbol
is used to highight the symbols under the cursor/mouse that have texts:Describe the solution you'd like
Set highlights for
hl-DropBarMenuHoverIcon
andhl-DropBarMenuHoverSymbol
in catppuccin.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: