mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: update bufferline style
This commit is contained in:
parent
e9bf877ded
commit
1f9824d70e
1 changed files with 3 additions and 3 deletions
|
|
@ -294,7 +294,7 @@ theme.treesitter = {
|
||||||
theme.plugins = {
|
theme.plugins = {
|
||||||
-- barbar.nvim
|
-- barbar.nvim
|
||||||
-- https://github.com/romgrk/barbar.nvim
|
-- https://github.com/romgrk/barbar.nvim
|
||||||
BufferTabpageFill = { bg = p.none },
|
BufferTabpageFill = { fg = p.base, bg = p.base },
|
||||||
BufferCurrent = { fg = p.text, bg = p.overlay },
|
BufferCurrent = { fg = p.text, bg = p.overlay },
|
||||||
BufferCurrentIndex = { fg = p.text, bg = p.overlay },
|
BufferCurrentIndex = { fg = p.text, bg = p.overlay },
|
||||||
BufferCurrentMod = { fg = p.foam, bg = p.overlay },
|
BufferCurrentMod = { fg = p.foam, bg = p.overlay },
|
||||||
|
|
@ -302,11 +302,11 @@ theme.plugins = {
|
||||||
BufferInactive = { fg = p.subtle },
|
BufferInactive = { fg = p.subtle },
|
||||||
BufferInactiveIndex = { fg = p.subtle },
|
BufferInactiveIndex = { fg = p.subtle },
|
||||||
BufferInactiveMod = { fg = p.foam },
|
BufferInactiveMod = { fg = p.foam },
|
||||||
BufferInactiveSign = { fg = p.subtle },
|
BufferInactiveSign = { fg = p.inactive },
|
||||||
BufferVisible = { fg = p.subtle },
|
BufferVisible = { fg = p.subtle },
|
||||||
BufferVisibleIndex = { fg = p.subtle },
|
BufferVisibleIndex = { fg = p.subtle },
|
||||||
BufferVisibleMod = { fg = p.foam },
|
BufferVisibleMod = { fg = p.foam },
|
||||||
BufferVisibleSign = { fg = p.subtle },
|
BufferVisibleSign = { fg = p.inactive },
|
||||||
|
|
||||||
-- gitsigns.nvim
|
-- gitsigns.nvim
|
||||||
-- https://github.com/lewis6991/gitsigns.nvim
|
-- https://github.com/lewis6991/gitsigns.nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue