What I want:
What I have:
Now ignoring the obvious, which is the missing breadcumb line,
I am more annoyed by the colors of my bufferline.
The background color of the second one is much darker,
but I don’t know have it blend in.
The background colors in what I have
do seem to be correct behind
the blue icons on the tabs in the second example.
It’s just that everything else isn’t.
I’ve tried setting to style_preset to minimal but to no avail.
~/.config/nvim/plugin/bars/tab/init.lua
local config = {
options = {
...
style_preset = bufferline.style_preset.minimal,
}
}
-- Bars
require('bufferline').setup(config)