diff --git a/website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js b/website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js index ec2c1f59..f74a7946 100644 --- a/website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js +++ b/website/src/website/data/playground-samples/customizing-the-appearence/tokens-and-colors/sample.js @@ -15,7 +15,7 @@ monaco.editor.defineTheme("myCustomTheme", { rules: [ { token: "comment", - foreground: "ffa500", + foreground: "a80085", fontStyle: "italic underline", }, { token: "comment.js", foreground: "008800", fontStyle: "bold" },