wip: add plugin highlights

This commit is contained in:
mvllow 2022-04-14 11:37:53 -04:00
commit b64d08370e
2 changed files with 225 additions and 0 deletions

View 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,
},
}