grace-rose-pine -> rose-pine

This commit is contained in:
Grace Petryk 2024-02-09 17:06:38 -08:00
commit 42e4ed0625
19 changed files with 23 additions and 23 deletions

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