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
80ea07878d
commit
39f306caa1
2 changed files with 5 additions and 0 deletions
|
|
@ -307,6 +307,10 @@ theme.plugins = {
|
||||||
WhichKeyDesc = { fg = p.gold },
|
WhichKeyDesc = { fg = p.gold },
|
||||||
WhichKeyFloat = { bg = p.surface },
|
WhichKeyFloat = { bg = p.surface },
|
||||||
WhichKeyValue = { fg = p.rose },
|
WhichKeyValue = { fg = p.rose },
|
||||||
|
|
||||||
|
-- indent-blankline.nvim
|
||||||
|
-- https://github.com/lukas-reineke/indent-blankline.nvim
|
||||||
|
IndentBlanklineChar = { fg = p.subtle },
|
||||||
}
|
}
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ local colors = require("galaxyline.themes.colors")["rose-pine"]
|
||||||
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
|
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
|
||||||
- [WhichKey](https://github.com/folke/which-key.nvim)
|
- [WhichKey](https://github.com/folke/which-key.nvim)
|
||||||
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
|
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
|
||||||
|
- [Indent-Blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
|
||||||
|
|
||||||
## Gallery
|
## Gallery
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue