From 154420a78b79ba7f8086274404bd84b6cb53c780 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 31 May 2023 11:19:54 -0700 Subject: [PATCH] Fix accessibility issue for css variable highlight --- .../typescriptlang-org/lib/themes/typescript-beta-light.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/typescriptlang-org/lib/themes/typescript-beta-light.json b/packages/typescriptlang-org/lib/themes/typescript-beta-light.json index 3198b2983407..818bf7b06e1a 100644 --- a/packages/typescriptlang-org/lib/themes/typescript-beta-light.json +++ b/packages/typescriptlang-org/lib/themes/typescript-beta-light.json @@ -298,7 +298,7 @@ "source.coffee.embedded" ], "settings": { - "foreground": "#ff0000" + "foreground": "#e50000" } }, { @@ -607,4 +607,4 @@ "statusBarItem.errorBackground": "#c72e0f" }, "theme": "TypeScript" -} \ No newline at end of file +}