mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Updated Recipes (markdown)
parent
27b074aaeb
commit
752c683b5b
1 changed files with 16 additions and 0 deletions
16
Recipes.md
16
Recipes.md
|
|
@ -22,6 +22,22 @@ require("rose-pine").setup({
|
|||
|
||||
[repo](https://github.com/maxmx03/roseline)
|
||||
|
||||
## Leafy search
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
```lua
|
||||
require("rose-pine").setup({
|
||||
highlight_groups = {
|
||||
CurSearch = { fg = "base", bg = "leaf", inherit = false },
|
||||
Search = { fg = "text", bg = "leaf", blend = 20, inherit = false },
|
||||
},
|
||||
})
|
||||
|
||||
```
|
||||
|
||||
## Transparent telescope.nvim
|
||||
|
||||
> This example uses "base" instead of "none" in some cases to match our [kitty theme](https://github.com/rose-pine/kitty) and kitty's [background opacity](https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.background_opacity) feature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue