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,