From 79e0d756b97336a87b30dcc614779348b9e9d892 Mon Sep 17 00:00:00 2001 From: Robin Gruyters <2082795+rgruyters@users.noreply.github.com> Date: Sat, 13 Jan 2024 03:39:12 +0100 Subject: [PATCH] chore: update highlights for indent-blanklines (#210) --- lua/rose-pine.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 1c97f22..3deaebd 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -369,7 +369,12 @@ local function set_highlights() WhichKeySeparator = { fg = palette.subtle }, WhichKeyValue = { fg = palette.rose }, - -- luka-reineke/indent-blankline.nvim + -- lukas-reineke/indent-blankline.nvim + IblIndent = { fg = palette.overlay }, + IblScope = { fg = palette.foam }, + IblWhitespace = { fg = palette.overlay }, + + -- for legacy usage IndentBlanklineChar = { fg = palette.muted, nocombine = true }, IndentBlanklineSpaceChar = { fg = palette.muted, nocombine = true }, IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true }, @@ -617,6 +622,10 @@ local function set_highlights() TelescopeSelectionCaret = { fg = palette.rose }, WhichKeyFloat = { bg = "NONE" }, + + IblIndent = { fg = palette.overlay, bg = "NONE" }, + IblScope = { fg = palette.foam, bg = "NONE" }, + IblWhitespace = { fg = palette.overlay, bg = "NONE" }, } if styles.transparency then