add toggleterm highlights and initial bufferline highlights (#77)

This commit is contained in:
not 2022-04-15 09:16:03 -04:00 committed by GitHub
commit c38b23c022
3 changed files with 255 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---Rosé Pine
---@plugin akinsho/toggleterm.nvim
---@usage
--- local highlights = require('rose-pine.plugins.toggleterm')
--- require('toggleterm').setup({ highlights = highlights })
return {
Normal = { link = 'Normal' },
NormalFloat = { link = 'Normal' },
FloatBorder = { link = 'FloatBorder' },
SignColumn = { link = 'SignColumn' },
StatusLine = { link = 'StatusLine' },
StatusLineNC = { link = 'StatusLineNC' },
}