Closed sakkas-zendesk closed 2 years ago
I've been providing different ctermfg and ctermbg values for highlight groups and observed that it does not update the tabs I have in Vim. Then saw this part https://github.com/romgrk/barbar.nvim/blob/master/autoload/bufferline/highlight.vim#L108
ctermfg
ctermbg
Does this mean it will work only with GUI versions of vim?
What I'm trying to do:
Current setup: iTerm2 nvim 0.5.1 Proably not related but I have this plugin altercation/vim-colors-solarized for solarized dark theme.
altercation/vim-colors-solarized
If I disable Barbar, I can see tab colors change for TabLine* highlight groups.
I will close the issue if I misunderstood the configuration options for the highlighter.
Barbar only uses termguicolors. "GUI" colors are just what (terminal) truecolor is called in neovim, so it's not only for GUIs.
termguicolors
I've been providing different
ctermfg
andctermbg
values for highlight groups and observed that it does not update the tabs I have in Vim. Then saw this part https://github.com/romgrk/barbar.nvim/blob/master/autoload/bufferline/highlight.vim#L108Does this mean it will work only with GUI versions of vim?
What I'm trying to do:
Current setup: iTerm2 nvim 0.5.1 Proably not related but I have this plugin
altercation/vim-colors-solarized
for solarized dark theme.If I disable Barbar, I can see tab colors change for TabLine* highlight groups.
I will close the issue if I misunderstood the configuration options for the highlighter.