mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add toggleterm highlights and initial bufferline highlights (#77)
This commit is contained in:
parent
0439bb7eee
commit
3f6586e80f
3 changed files with 255 additions and 0 deletions
14
lua/rose-pine/plugins/toggleterm.lua
Normal file
14
lua/rose-pine/plugins/toggleterm.lua
Normal 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' },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue