mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
13 lines
269 B
Lua
13 lines
269 B
Lua
---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,
|
|
},
|
|
}
|