Add operators token to editor themes

This commit is contained in:
Nilay Majorwar 2022-02-03 22:38:41 +05:30
parent 67c81e8cf7
commit 24c384c4a8
2 changed files with 4 additions and 4 deletions

View File

@ -85,8 +85,8 @@
{ "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": "operators", "foreground": "3FA6DA", "note": "cerulean" },
{ "token": "attribute", "foreground": "F0B726", "note": "gold" },
{ "token": "string", "foreground": "72CA9B", "note": "green" },
{ "token": "keyword", "foreground": "D55FDE", "note": "violet" },
{ "token": "comment", "foreground": "#8F99A8", "fontStyle": "italic" }

View File

@ -88,8 +88,8 @@
{ "token": "tag", "foreground": "29A634", "note": "forest" },
{ "token": "meta", "foreground": "2D72D2", "note": "blue" },
{ "token": "key", "foreground": "CD4246", "note": "red" },
{ "token": "attribute.name", "foreground": "CD4246", "note": "red" },
{ "token": "attribute.value", "foreground": "D1980B", "note": "gold" },
{ "token": "operators", "foreground": "147EB3", "note": "cerulean" },
{ "token": "attribute", "foreground": "D1980B", "note": "gold" },
{ "token": "string", "foreground": "238551", "note": "green" },
{ "token": "keyword", "foreground": "9D3F9D", "note": "violet" },
{ "token": "comment", "foreground": "5F6B7C", "fontStyle": "italic" }