From 34ec2564f80a12cfe451e5f5dd2e22b52e04a612 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 2 Sep 2025 17:28:19 +0800 Subject: [PATCH] theme: Fix default dark code editor background color. --- themes/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default.json b/themes/default.json index 89ce3f5a..8f0ca0ea 100644 --- a/themes/default.json +++ b/themes/default.json @@ -317,8 +317,8 @@ }, "highlight": { "editor.foreground": "#CACCCA", - "editor.background": "#131313", - "editor.active_line.background": "#353436", + "editor.background": "#0a0a0a", + "editor.active_line.background": "#171717", "editor.line_number": "#8F8F8F", "editor.active_line_number": "#DDDDDD", "conflict": "#D2602D",