mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add(highlight): indent-blankline.nvim
This commit is contained in:
parent
50ee5ba492
commit
4e0e41ff4f
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue