From bf4931bb984ec2480329164e1fb48fb4bc4113d7 Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst <39639992+hawkticehurst@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:03:04 -0500 Subject: [PATCH] Fix a11y color contrast bug with sample --- .../customizing-the-appearence/tokens-and-colors/sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js b/website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js index ec2c1f59..f74a7946 100644 --- a/website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js +++ b/website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js @@ -15,7 +15,7 @@ monaco.editor.defineTheme("myCustomTheme", { rules: [ { token: "comment", - foreground: "ffa500", + foreground: "a80085", fontStyle: "italic underline", }, { token: "comment.js", foreground: "008800", fontStyle: "bold" },