Updated Recipes (markdown)

not 2023-02-24 12:25:25 -06:00
commit b8230996a7

@ -19,7 +19,7 @@ require("rose-pine").setup({
## Transparent telescope.nvim
> Can also be used with `disable_float_background = true`
> 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
Remove selected background and use foreground + bright caret to distinguish current selection.
@ -30,7 +30,7 @@ require("rose-pine").setup({
highlight_groups = {
TelescopeBorder = { fg = "highlight_high", bg = "none" },
TelescopeNormal = { bg = "none" },
TelescopePromptNormal = { bg = "none" },
TelescopePromptNormal = { bg = "base" },
TelescopeResultsNormal = { fg = "subtle", bg = "none" },
TelescopeSelection = { fg = "text", bg = "base" },
TelescopeSelectionCaret = { fg = "rose", bg = "rose" },