Skip to content

Commit c619ef9

Browse files
Merge pull request #5136 from microsoft/hawk/a11y-bug-fix
2 parents 516f350 + bf4931b commit c619ef9

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)