Change editor token names to grammar terms

This commit is contained in:
Nilay Majorwar
2022-02-03 22:30:09 +05:30
parent ede856be21
commit 67c81e8cf7
2 changed files with 38 additions and 32 deletions

View File

@@ -71,22 +71,25 @@
"selection.background": "#2D72D2"
},
"rules": [
{ "foreground": "#ffffff", "token": "plain" },
{ "foreground": "#61AFEF", "token": "blue" },
{ "foreground": "#72CA9B", "token": "green" },
{ "foreground": "#EC9A3C", "token": "orange" },
{ "foreground": "#E76A6E", "token": "red" },
{ "foreground": "#EB6847", "token": "vermillion" },
{ "foreground": "#F5498B", "token": "rose" },
{ "foreground": "#BD6BBD", "token": "violet" },
{ "foreground": "#9881F3", "token": "indigo" },
{ "foreground": "#3FA6DA", "token": "cerulean" },
{ "foreground": "#13C9BA", "token": "turquoise" },
{ "foreground": "#43BF4D", "token": "forest" },
{ "foreground": "#B6D94C", "token": "lime" },
{ "foreground": "#F0B726", "token": "gold" },
{ "foreground": "#AF855A", "token": "sepia" },
{ "foreground": "#8F99A8", "fontStyle": "italic", "token": "comment" }
{ "token": "", "foreground": "F6F7F9" },
{ "token": "invalid", "foreground": "ff0000" },
{ "token": "emphasis", "fontStyle": "italic" },
{ "token": "strong", "fontStyle": "bold" },
{ "token": "identifier", "foreground": "EC9A3C", "note": "orange" },
{ "token": "variable", "foreground": "EF596F", "note": "red" },
{ "token": "constant", "foreground": "F0B726", "note": "gold" },
{ "token": "number", "foreground": "F0B726", "note": "gold" },
{ "token": "annotation", "foreground": "13C9BA", "note": "turquoise" },
{ "token": "type", "foreground": "EC9A3C", "note": "orange" },
{ "token": "delimiter", "foreground": "F6F7F9", "note": "white" },
{ "token": "tag", "foreground": "43BF4D", "note": "forest" },
{ "token": "meta", "foreground": "61AFEF", "note": "blue" },
{ "token": "key", "foreground": "EF596F", "note": "red" },
{ "token": "attribute.name", "foreground": "EF596F", "note": "red" },
{ "token": "attribute.value", "foreground": "F0B726", "note": "gold" },
{ "token": "string", "foreground": "72CA9B", "note": "green" },
{ "token": "keyword", "foreground": "D55FDE", "note": "violet" },
{ "token": "comment", "foreground": "#8F99A8", "fontStyle": "italic" }
],
"encodedTokensColors": []
}