From 798070b371d12669047b3ff4548e186731fa974f Mon Sep 17 00:00:00 2001 From: darkspice Date: Fri, 23 Jan 2026 17:55:56 +0400 Subject: [PATCH] fix: list selection colors --- themes/kanso-ink.json | 2 +- themes/kanso-mist.json | 2 +- themes/kanso-zen.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/kanso-ink.json b/themes/kanso-ink.json index 963bb44..50ed32c 100644 --- a/themes/kanso-ink.json +++ b/themes/kanso-ink.json @@ -88,7 +88,7 @@ "window.activeBorder": "#22262D", "window.inactiveBorder": "#22262D", "list.hoverBackground": "#22262D", - "list.activeSelectionBackground": "#22262D", + "list.activeSelectionBackground": "#393B42", "list.inactiveSelectionBackground": "#22262D", "list.activeSelectionForeground": "#c5c9c7", "list.focusBackground": "#22262D", diff --git a/themes/kanso-mist.json b/themes/kanso-mist.json index 133e210..ca7b302 100644 --- a/themes/kanso-mist.json +++ b/themes/kanso-mist.json @@ -88,7 +88,7 @@ "window.activeBorder": "#43464E", "window.inactiveBorder": "#43464E", "list.hoverBackground": "#43464E", - "list.activeSelectionBackground": "#43464E", + "list.activeSelectionBackground": "#5C6066", "list.inactiveSelectionBackground": "#43464E", "list.activeSelectionForeground": "#c5c9c7", "list.focusBackground": "#43464E", diff --git a/themes/kanso-zen.json b/themes/kanso-zen.json index 059cebd..cd99708 100644 --- a/themes/kanso-zen.json +++ b/themes/kanso-zen.json @@ -88,7 +88,7 @@ "window.activeBorder": "#1C1E25", "window.inactiveBorder": "#1C1E25", "list.hoverBackground": "#1C1E25", - "list.activeSelectionBackground": "#1C1E25", + "list.activeSelectionBackground": "#393B42", "list.inactiveSelectionBackground": "#1C1E25", "list.activeSelectionForeground": "#c5c9c7", "list.focusBackground": "#1C1E25",