fix(theme): used quotations instead of palette

This commit is contained in:
Mandy Noto 2023-01-20 21:17:33 -08:00
commit 102c25a000

View file

@ -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" },