Updated Recipes (markdown)

not 2024-08-25 12:44:30 -05:00
commit 752c683b5b

@ -22,6 +22,22 @@ require("rose-pine").setup({
[repo](https://github.com/maxmx03/roseline)
## Leafy search
![Leaf coloured search highlights on Rosé Pine](https://github.com/user-attachments/assets/e62f669a-0da8-4711-bb88-9c799eb16125)
![Leaf coloured search highlights on Rosé Pine Dawn](https://github.com/user-attachments/assets/8aad67ae-afc0-432a-ac15-193dfcaa8f53)
```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