mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
wip: add plugin highlights
This commit is contained in:
parent
0439bb7eee
commit
b64d08370e
2 changed files with 225 additions and 0 deletions
13
lua/rose-pine/plugins/toggleterm.lua
Normal file
13
lua/rose-pine/plugins/toggleterm.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---Rosé Pine
|
||||
---@plugin akinsho/toggleterm.nvim
|
||||
---@usage
|
||||
--- local highlights = require('rose-pine.plugins.toggleterm')
|
||||
--- require('toggleterm').setup({ highlights = highlights })
|
||||
|
||||
local p = require('rose-pine.palette')
|
||||
|
||||
return {
|
||||
Normal = {
|
||||
guibg = p.base,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue