The default `BlinkCmpDoc` highlight is linked to `NormalFloat`, which is
a sensible default. However, due to overriding the default link with
only `fg` provided, the `bg` is cleared and the documentation popup is
indistinguishable from regular text.
This change is technically a no-op in terms of intended palette, because
`NormalFloat` should already use `palette.text`, and only fixes the
cleared `bg` bug.
* fix: set `background=light` if variant is "dawn"
This change might fix https://github.com/rose-pine/neovim/issues/321
* Update lua/rose-pine.lua
* fix: restrict variants that override `&background`
The other variant params are considered as if "auto"
The `SignAdd`, `SignChange`, and `SignDelete` are never referenced by
any other highlight definitions than the previous `GitSigns` ones before
this change.
The isolated definitions are only left for backward compatibility.
* feat: palette overrides
* removed option all from palett override
* removed dead code forgotten in last commit
* fix typo in readme and simplified comment
Co-authored-by: not <mvllow@icloud.com>
---------
Co-authored-by: not <mvllow@icloud.com>
* feat: add support for grug-far.nvim
* fix: change link for results match to `CurSearch`
Co-authored-by: not <mvllow@icloud.com>
* fix: add highlights for line numbers
---------
Co-authored-by: not <mvllow@icloud.com>
* feat: add support for markdown.nvim
* fix: tweaked some highlights to achieve better appearance
* fix: adjust heading highlights to use group linking
* fix: invisible text in selection in fzf-lua
* fix: correct bg color for FzfLuaNormal
* fix: invisible text in selection in fzf-lua
* fix: correct bg color for FzfLuaNormal
* fix: change linking and add highlight for FzfLuaFilePart
* fix: linking to 'FloatTitle' for WhichKeyTitle
This works the same as the original fix, confirmed by testing
against nvim 0.10.0 and nightly.
Prefer linking over previous solution.
* feat: add icon support for which-key.nvim
* fix: incorrect color reference
* feat: set WhichKeyIcon hl group to 'pine' by default
Used when the colors option is set to false.
* chore: update highlights for which-key.nvim
* fix: revert placement of WhichKeyFloat hl group
* feat: add additional highlight groups for icons in which-key
* Revert "feat: add additional highlight groups for icons in which-key"
Need to come up with a different solution.
This reverts commit 18d70420a2.
* fix: use explicit fg and bg for WhichKeyTitle
* Revert "fix: use explicit fg and bg for WhichKeyTitle"
Breaks extend_background_behind_borders again... Oops
This reverts commit 1389556a19.