improve monokai again

This commit is contained in:
Olivier Gagnon
2021-10-15 18:58:10 -04:00
parent d6ea9c55b1
commit 762e7f127c
4 changed files with 20 additions and 6 deletions
+12 -4
View File
@@ -19,6 +19,10 @@ export async function loadThemes(monaco: { editor: any }): Promise<void> {
token: "number",
foreground: "ae81ff",
},
{
token: "otherkeyvars",
foreground: "ae81ff",
},
{
foreground: "ae81ff",
token: "function",
@@ -39,10 +43,14 @@ export async function loadThemes(monaco: { editor: any }): Promise<void> {
token: "netscriptfunction",
foreground: "53d3e4",
},
// {
// foreground: "ae81ff",
// token: "entity.name.function",
// },
{
token: "otherkeywords",
foreground: "53d3e4",
},
{
token: "this",
foreground: "fd971f",
},
],
colors: {
"editor.foreground": "#F8F8F2",