From 4e0e41ff4f1d1c2e42e63f9582594a65a54d3ce1 Mon Sep 17 00:00:00 2001 From: Naruto Uzumaki <79555780+NarutoXY@users.noreply.github.com> Date: Wed, 22 Sep 2021 16:22:24 +0530 Subject: [PATCH] add(highlight): indent-blankline.nvim --- lua/rose-pine/theme.lua | 4 ++++ readme.md | 1 + 2 files changed, 5 insertions(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 09fc20f..6cd46b5 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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 diff --git a/readme.md b/readme.md index 39fd92a..458fb40 100644 --- a/readme.md +++ b/readme.md @@ -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