-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Feature]: Add color to kind's text, not just icon #18
Comments
This is a good idea, but I hesitate to implement this since currently the text color depends on not only If I set the highlights groups explicitly and link it to Any thoughts? |
Looks good will look into it later. |
@Bekaboo Special thanks :) I implemented it in catppuccin/nvim#499 BeforeAfter
|
👍🏼 Good job! I'm always impressed by how configurable and aesthetic |
Problem
Currently the winbar fg rely on the
WinBar
highlight groupThis makes it hard to add dropbar.nvim integration to colorscheme. If I change the
WinBar
highlight to make dropbar prettier, vanilla user will not be happy.Expected behavior
Add
DropBarNormal = { link = "WinBar", default = true }
so colorscheme can add dropbar integration easier:Add
color_mode
to show color for kind's text and not just its color, viaDropBarKindFunction
highlight group instead of just for icon (DropBarIconKindFunction
)The text was updated successfully, but these errors were encountered: