mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Fix a11y color contrast bug with sample
This commit is contained in:
parent
516f350bda
commit
bf4931bb98
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue