mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Updated Recipes (markdown)
parent
1a0b2dd9e1
commit
d8f2fe9f0c
1 changed files with 26 additions and 0 deletions
26
Recipes.md
26
Recipes.md
|
|
@ -37,3 +37,29 @@ require("rose-pine").setup({
|
|||
},
|
||||
})
|
||||
```
|
||||
|
||||
## Borderless telescope.nvim
|
||||
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
```lua
|
||||
require("rose-pine").setup({
|
||||
highlight_groups = {
|
||||
TelescopeBorder = { fg = "overlay", bg = "overlay" },
|
||||
TelescopeNormal = { fg = "subtle", bg = "overlay" },
|
||||
TelescopeSelection = { fg = "text", bg = "highlight_med" },
|
||||
TelescopeSelectionCaret = { fg = "love", bg = "highlight_med" },
|
||||
TelescopeMultiSelection = { fg = "text", bg = "highlight_high" },
|
||||
|
||||
TelescopeTitle = { fg = "base", bg = "love" },
|
||||
TelescopePromptTitle = { fg = "base", bg = "pine" },
|
||||
TelescopePreviewTitle = { fg = "base", bg = "iris" },
|
||||
|
||||
TelescopePromptNormal = { fg = "text", bg = "surface" },
|
||||
TelescopePromptBorder = { fg = "surface", bg = "surface" },
|
||||
},
|
||||
})
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue