Commit graph

79 commits

Author SHA1 Message Date
Andrei Heidelbacher
f607d0df3e fix(blink.cmp): set BlinkCmpDoc background to palette.highlight_low
Although the default of `NormalFloat` is a sensible value for the
documentation float, it has the same highlight as `Pmenu`, which means
that on narrow displays where the documentation window is shown below
the completion menu, it is not always clear where the completion items
end and where the documentation begins.

Setting the highlight to `palette.highlight_low` (compared to the
default of `palette.surface`) adds a visual cue to separate the
completion menu from the documentation window, without straying too much
from the defaults.
2025-05-01 22:45:24 +02:00
Andrei Heidelbacher
48ea814177
fix(blink.cmp): remove dedicated BlinkCmpDoc highlight (#355)
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.
2025-04-30 20:53:00 -05:00
aileot
96ff3993a6
fix: set background=light if variant is "dawn" (#349)
* 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"
2025-03-31 10:27:19 -05:00
stelo
7d1b5c7dcd
feat: extends DapUIType fg to iris (#348) 2025-03-11 21:25:25 -05:00
Tiago
3fe41d3959
feat: add support for vim-sneak (#342) 2025-02-23 15:19:21 -06:00
mvllow
14ac33afa4
fix: strip non-standard blend properties 2025-02-05 19:36:24 -06:00
mvllow
00ec4cec92
fix: invalid palette format 2025-02-03 11:28:57 -06:00
mvllow
d5f7c2ee7b
feat: reduce background opacity for special comments 2025-02-03 11:06:21 -06:00
mvllow
8abda07d73
feat: set attribute style 2025-02-03 11:05:57 -06:00
mvllow
179aadcc1e
feat: use consistent variable styles 2025-02-03 11:05:44 -06:00
mvllow
5aa039f2d9
refactor: update documentation 2025-02-03 11:05:20 -06:00
aileot
22ba2bb523
refactor(gitsigns): avoid redundant links (#336)
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.
2025-02-02 15:09:20 -06:00
Patrick Haun
42f0724e0b
More obvious match highlight in snacks.picker (#335) 2025-01-15 14:28:37 -06:00
Federico Minaya
719ec67bf5
feat: add snacks indent highlights (#334) 2025-01-14 15:20:19 -06:00
mvllow
106f05aeab
feat: add Notify*Body highlights
Fixes #331
2025-01-08 09:37:09 -06:00
mvllow
fa220ae16f
feat: use blended iris for visual
Fixes #277
2025-01-08 09:09:59 -06:00
Metin Yalcinkaya
530b159327
feat: added highlight support for Saghen/blink.cmp (#329)
Closes #326
2024-12-10 09:39:28 -06:00
mvllow
d396005db5
feat: use gold for search
Closes #305
2024-10-08 10:22:29 -05:00
not
8b1fd25225
feat(transparency): support trouble.nvim (#319) 2024-08-25 13:09:15 -05:00
not
6bdbd012a9
feat: use neutral colours for search (#318) 2024-08-25 12:41:35 -05:00
dav-cho
f890134ef2
fix: wrong spelling for palette (#316) 2024-08-25 12:35:29 -05:00
Aaron Pham
e4b6566157
feat(plugins): add support for avante.nvim (#315) 2024-08-25 12:20:43 -05:00
Allan Deutsch
cf8de969c4
fix: nvim-notify background (#308) 2024-08-12 15:59:44 -05:00
Vlad
1e45cea06d
chore: markdown.nvim renamed to render-markdown.nvim (#309)
Reference to change:
aeb5cec617
2024-08-05 15:59:59 -05:00
Shaun Clayton
e4b08d74b7
feat: add support for grug-far.nvim (#304)
* 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>
2024-07-25 16:47:21 -05:00
Shaun Clayton
e72f6ea4a9
feat: add support for markdown.nvim (#303)
* feat: add support for markdown.nvim

* fix: tweaked some highlights to achieve better appearance

* fix: adjust heading highlights to use group linking
2024-07-24 16:29:39 -05:00
not
79a09dbe38
feat: highlight neotree tabs (#300)
Fixes #263
2024-07-23 19:17:59 -05:00
Shaun Clayton
0f5635ca8c
fix: fzf-lua invisible selection (#299)
* 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.
2024-07-23 16:56:40 -05:00
not
7ee8b25867
feat: improve diff text (#297) 2024-07-22 16:07:45 -05:00
not
f684896163
feat: improve float transparency (#298) 2024-07-22 11:12:10 -05:00
Shaun Clayton
fe716930ed
chore: update mini-icons highlights to use appropriate colors (#295) 2024-07-22 10:17:13 -05:00
Shaun Clayton
375ddbeb60
fix: broken transparency for treesitter-context (#294) 2024-07-22 00:23:59 -05:00
Shaun Clayton
8e442a7f54
fix: add missing highlight (#293) 2024-07-21 23:06:14 -05:00
Shaun Clayton
f77b8f4452
feat: add support for rainbow-delimiters.nvim (#292) 2024-07-21 16:39:15 -05:00
Shaun Clayton
d04e235947
feat: add support for icons in which-key.nvim (#291)
* 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.
2024-07-21 16:12:11 -05:00
Shaun Clayton
15dea44322
feat(palette): add initial support for new color leaf (#290)
* feat(palette): add new color 'leaf'

* feat: add  highlight groups to defaults
2024-07-21 13:17:17 -05:00
Shaun Clayton
9e4320d0ba
chore: update highlights for which-key.nvim (#287)
* 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.
2024-07-15 10:21:08 -05:00
Ilya Kuporosov
dded5c15e9
fix: link @lsp.type.comment.c, @lsp.type.comment.cpp to @comment (#282)
It fixes branches of conditional directives like `#if` and `#ifdef` in C and C++
appearing as if they both are true, without breaking TODO comments.
2024-07-03 16:23:19 -05:00
not
e10c9c6436
feat: set matching background on MiniFilesTitle (#280) 2024-06-27 12:55:27 -05:00
Evgeni Chasnovski
ec7d4f1611
feat: add explicit full 'mini.nvim' support (#279) 2024-06-27 12:51:35 -05:00
not
8c4660cfe6
feat: support upcoming modes.nvim update (#274)
[modes.nvim](https://github.com/mvllow/modes.nvim) is about to
incorporate replace mode.
2024-06-09 10:48:51 -05:00
abvee
87aa437172
Added ["@float"] to default_highlights (#272) (#273) 2024-05-25 21:52:38 -05:00
Hayden Rouille
17b466e794
For transparency, remove BG for buffers and gray out the text (#265) 2024-04-18 09:48:05 -05:00
not
9cd7d8aad3
format (#264) 2024-04-09 13:00:32 -05:00
Dhruvin Shah
6e071d2f2b
feat: adding vim-illuminate highlights (#262) 2024-04-09 12:57:04 -05:00
Adam K
faf9a486e0
fix(python): import semantic_tokens from basedpyright (#257)
* fix(python): import semantic_tokens from basedpyright

* fix: restores svelte string highlights
2024-04-09 12:56:29 -05:00
Dave Greene
19055dfe90
Fixed enum use vs magic string (#261) 2024-03-29 22:39:26 -05:00
Julius Rüberg
ea0d8dbc8e
feat: add highlights for nvim-treesitter-context (#260) 2024-03-29 19:51:22 -05:00
not
2d99fea02b
feat: add mini.diff (#259) 2024-03-28 19:32:00 -05:00
Jaehwang Jung
f48fcd5ccc
fix: clear autocmd when changing colorscheme (#254) 2024-03-23 13:53:11 -05:00