From fb090ba77c26c86a135b4abfa3f899af0fe183bc Mon Sep 17 00:00:00 2001 From: obito <1255116997@qq.com> Date: Tue, 25 Nov 2025 12:40:34 +0800 Subject: [PATCH] theme: Update macos-classic list even color. (#1679) --- themes/macos-classic.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/macos-classic.json b/themes/macos-classic.json index e9760d31..c1c5c6a4 100644 --- a/themes/macos-classic.json +++ b/themes/macos-classic.json @@ -19,7 +19,7 @@ "list.active.background": "#0064E110", "list.active.border": "#0064E1", "list.background": "#FFFFFF", - "list.even.background": "#F7F7F7", + "list.even.background": "#EFEFEF", "list.hover.background": "#E7E7E7", "list.head.background": "#F7F7F7", "muted.background": "#F7F7F7", @@ -157,6 +157,7 @@ "ring": "#0059D1", "foreground": "#DEDEDE", "input.border": "#494949", + "list.even.background": "#232323", "list.active.background": "#0059D115", "list.active.border": "#0059D1", "muted.background": "#1E1D1E",