mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Updated Recipes (markdown)
parent
55617b6df2
commit
b8230996a7
1 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue