Improve contrast in Chef editor colors

This commit is contained in:
Nilay Majorwar 2022-01-22 22:33:31 +05:30
parent 251a6836f5
commit 808e4d302a

View File

@ -56,7 +56,7 @@ export const editorTokensProvider: MonacoTokensProvider = {
[/Method./, "red"], [/Method./, "red"],
[/mixing bowl/, "green"], [/mixing bowl/, "green"],
[/baking dish/, "blue"], [/baking dish/, "blue"],
[/\d(st|nd|rd|th)?/, "sepia"], [/\d(st|nd|rd|th)?/, "orange"],
], ],
}, },
defaultToken: "plain", defaultToken: "plain",