Improve contrast in Chef editor colors
This commit is contained in:
parent
251a6836f5
commit
808e4d302a
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user