From 67d1cbfb01e84083649027a4b6356401f74d2d60 Mon Sep 17 00:00:00 2001 From: Null Chilly <56817415+nullchilly@users.noreply.github.com> Date: Mon, 10 Jul 2023 22:50:53 +0700 Subject: [PATCH] feat(catppuccin): match navic bg with lualine (#1085) --- lua/lazyvim/plugins/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/colorscheme.lua b/lua/lazyvim/plugins/colorscheme.lua index 6312c870..278e9bca 100644 --- a/lua/lazyvim/plugins/colorscheme.lua +++ b/lua/lazyvim/plugins/colorscheme.lua @@ -31,7 +31,7 @@ return { information = { "undercurl" }, }, }, - navic = { enabled = true }, + navic = { enabled = true, custom_bg = "lualine" }, neotest = true, noice = true, notify = true,