RRethy / base16-nvim

Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
MIT License
522 stars 77 forks source link

Support indent-blankline v3 highlight groups #81

Closed rautesamtr closed 1 year ago

rautesamtr commented 1 year ago

indent-blankline changed their hightlight groups in v3. It would be great if nvim-base16 supported them for getting the old behavior back. It's currently possible to use IndentBlanklineChar as it is already defined. Still would be nice to get the old colors back.

indent = {
  char = '│',
  tab_char = '│',
  highlight = { "IndentBlanklineChar" },
},

https://github.com/lukas-reineke/indent-blankline.nvim/pull/640