Skip to content

Commit bf4931b

Browse files
Fix a11y color contrast bug with sample
1 parent 516f350 commit bf4931b

File tree

1 file changed

+1
-1
lines changed
  • website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors

1 file changed

+1
-1
lines changed

website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monaco.editor.defineTheme("myCustomTheme", {
1515
rules: [
1616
{
1717
token: "comment",
18-
foreground: "ffa500",
18+
foreground: "a80085",
1919
fontStyle: "italic underline",
2020
},
2121
{ token: "comment.js", foreground: "008800", fontStyle: "bold" },

0 commit comments

Comments
 (0)