From 102c25a0007692bf30990223d0fe394a669434e7 Mon Sep 17 00:00:00 2001 From: Mandy Noto Date: Fri, 20 Jan 2023 21:17:33 -0800 Subject: [PATCH] fix(theme): used quotations instead of palette --- lua/rose-pine/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index cede7f0..a1f8bb7 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -582,8 +582,8 @@ function M.get(config) rainbowcol1 = { link = "SpecialKey" }, --- lukas-reineke/indent-blankline.nvim - IndentBlanklineContextChar = { link = "foam" }, - IndentBlanklineContextStart = { style = "underline", sp = "foam"}, + IndentBlanklineContextChar = { fg = p.foam }, + IndentBlanklineContextStart = { style = "underline", sp = p.foam}, --- RRethy/vim-illuminate IlluminatedWordRead = { link = "MatchWord" },