From dd925faa8282169ac4c9ad34a79f72389ec2e601 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 7 Aug 2024 19:57:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(catppuccin):=20small=20tweak?= =?UTF-8?q?s=20to=20catpppuccin=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/themes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index f8025d2..810a928 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -23,13 +23,13 @@ return { indent_blankline = { enabled = true, scope_color = "mauve", - colored_indent_levels = false, + colored_indent_levels = true, }, grug_far = true, mason = true, mini = { enabled = true, - indentscope_color = "lavender", -- catppuccin color (eg. `lavender`) Default: text + indentscope_color = "mauve", }, neotree = true, noice = true,