diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 0e88e0b..f880550 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -232,12 +232,15 @@ theme.loadPlugins = function() -- https://github.com/romgrk/barbar.nvim BufferTabpageFill = { bg = p.none }, BufferCurrent = { fg = p.text, bg = p.overlay }, + BufferCurrentIndex = { fg = p.text, bg = p.overlay }, BufferCurrentMod = { fg = p.foam, bg = p.overlay }, BufferCurrentSign = { fg = p.subtle, bg = p.overlay }, BufferInactive = { fg = p.subtle }, + BufferInactiveIndex = { fg = p.subtle }, BufferInactiveMod = { fg = p.foam }, BufferInactiveSign = { fg = p.subtle }, BufferVisible = { fg = p.subtle }, + BufferVisibleIndex = { fg = p.subtle }, BufferVisibleMod = { fg = p.foam }, BufferVisibleSign = { fg = p.subtle },