Compare commits

..

2 commits

Author SHA1 Message Date
Hawk Ticehurst
c619ef9a3d
Merge pull request #5136 from microsoft/hawk/a11y-bug-fix 2025-12-05 14:03:42 -05:00
Hawk Ticehurst
bf4931bb98
Fix a11y color contrast bug with sample 2025-12-05 11:03:04 -05:00

View file

@ -15,7 +15,7 @@ monaco.editor.defineTheme("myCustomTheme", {
rules: [ rules: [
{ {
token: "comment", token: "comment",
foreground: "ffa500", foreground: "a80085",
fontStyle: "italic underline", fontStyle: "italic underline",
}, },
{ token: "comment.js", foreground: "008800", fontStyle: "bold" }, { token: "comment.js", foreground: "008800", fontStyle: "bold" },