diff --git a/Recipes.md b/Recipes.md index 112a7e0..561f13f 100644 --- a/Recipes.md +++ b/Recipes.md @@ -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" },