mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
remove bufferline
This commit is contained in:
parent
41ed6a9a09
commit
4d793edbdb
1 changed files with 0 additions and 24 deletions
|
|
@ -1,24 +0,0 @@
|
||||||
local palette = require('rose-pine.palette')
|
|
||||||
local colors = palette[vim.g.rose_pine_variant or 'main']
|
|
||||||
|
|
||||||
-- TODO: Someone who uses bufferline.nvim is free to PR with this addition
|
|
||||||
-- `:h bufferline-highlights`
|
|
||||||
--
|
|
||||||
-- The intended use would be (or any better solution):
|
|
||||||
--
|
|
||||||
-- ```
|
|
||||||
-- local highlights = require('rose-pine.bufferline')
|
|
||||||
-- require('bufferline').setup({
|
|
||||||
-- highlights = highlights
|
|
||||||
-- })
|
|
||||||
-- ```
|
|
||||||
return {
|
|
||||||
fill = {
|
|
||||||
guifg = colors.text,
|
|
||||||
guibg = colors.base,
|
|
||||||
},
|
|
||||||
background = {
|
|
||||||
guifg = colors.text,
|
|
||||||
guibg = colors.base,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue