From 9a81f4104201b474d14ffdb57b2f355093fd3c12 Mon Sep 17 00:00:00 2001 From: Webhooked <9132742+webhooked@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:19:22 +0200 Subject: [PATCH] fix: indent line selected highlights --- lua/kanso/themes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/kanso/themes.lua b/lua/kanso/themes.lua index 8769a28..fa6bf9a 100644 --- a/lua/kanso/themes.lua +++ b/lua/kanso/themes.lua @@ -447,8 +447,8 @@ return { bg_p2 = palette.mistBg2, special = palette.gray5, - indent_line = palette.gray5, - active_indent_line = palette.gray5, + indent_line = palette.mistBg2, + active_indent_line = palette.mistBg3, whitespace = palette.mistBg3, nontext = palette.gray5,