From 5d96a6896dc6a61ed04b8a179f388446dd150909 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Thu, 11 Sep 2025 11:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddisplay=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E4=B8=8B=E5=B7=AE=E5=BC=82=E5=AF=B9=E6=AF=94=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E6=8A=98=E5=8F=A0=E4=BB=A3=E7=A0=81=E6=8C=89=E9=92=AE=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/display.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/display.ts b/src/core/display.ts index 162f6be..1e17a3d 100644 --- a/src/core/display.ts +++ b/src/core/display.ts @@ -22,6 +22,10 @@ export function display2GithubColor( ): GithubColor { return { ...baseGithubColor, + diffBlob: { + ...baseGithubColor.diffBlob, + hunkNum: { bgColor: { rest: soft ? displayColor.num2 : displayColor.num1 } }, + }, fgColor: { ...baseGithubColor.fgColor, accent: soft ? displayColor.num7 : displayColor.num6,