mirror of
https://github.com/rose-pine/neovim.git
synced 2026-06-06 09:06:56 +02:00
grace-rose-pine -> rose-pine
This commit is contained in:
parent
f0ef333096
commit
42e4ed0625
19 changed files with 23 additions and 23 deletions
15
lua/rose-pine/plugins/toggleterm.lua
Normal file
15
lua/rose-pine/plugins/toggleterm.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--- Rosé Pine for toggleterm
|
||||
--- https://github.com/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