mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
link toggleterm highlights thanks to @will
This commit is contained in:
parent
b64d08370e
commit
0558002d35
1 changed files with 6 additions and 5 deletions
|
|
@ -4,10 +4,11 @@
|
||||||
--- local highlights = require('rose-pine.plugins.toggleterm')
|
--- local highlights = require('rose-pine.plugins.toggleterm')
|
||||||
--- require('toggleterm').setup({ highlights = highlights })
|
--- require('toggleterm').setup({ highlights = highlights })
|
||||||
|
|
||||||
local p = require('rose-pine.palette')
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
Normal = {
|
Normal = { link = 'Normal' },
|
||||||
guibg = p.base,
|
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