add(highlight): indent-blankline.nvim

This commit is contained in:
Naruto Uzumaki 2021-09-22 16:22:24 +05:30
commit 4e0e41ff4f
2 changed files with 5 additions and 0 deletions

View file

@ -307,6 +307,10 @@ theme.plugins = {
WhichKeyDesc = { fg = p.gold },
WhichKeyFloat = { bg = p.surface },
WhichKeyValue = { fg = p.rose },
-- indent-blankline.nvim
-- https://github.com/lukas-reineke/indent-blankline.nvim
IndentBlanklineChar = { fg = p.subtle },
}
return theme

View file

@ -61,6 +61,7 @@ local colors = require("galaxyline.themes.colors")["rose-pine"]
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [WhichKey](https://github.com/folke/which-key.nvim)
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
- [Indent-Blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
## Gallery