From ce36735b4d373848e82e88eeb7c81ffffc1a7305 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 28 Jul 2024 14:39:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(theme):=20tweak=20theme=20?= =?UTF-8?q?styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/themes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index 2569273..7eb4c14 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -15,7 +15,7 @@ return { integrations = { indent_blankline = { enabled = true, - scope_color = "lavender", + scope_color = "mauve", colored_indent_levels = false, }, },