Skip to content

Commit

Permalink
Update json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniel committed Aug 15, 2018
1 parent 418085c commit b71644b
Showing 1 changed file with 7 additions and 41 deletions.
48 changes: 7 additions & 41 deletions themes/Anlici-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,9 @@
"editorGroupHeader.tabsBackground": "#1D2127"
},
"tokenColors": [
{
"settings": {
"foreground": "#D3D7DC",
"background": "#272c33"
}
},
{
"name": "Plain",
"scope": [
"entity.name.variable",
"variable"
],
"scope": ["entity.name.variable", "variable"],
"settings": {
"foreground": "#D3D7DC"
}
Expand All @@ -60,63 +51,38 @@
},
{
"name": "Blue",
"scope": [
"storage.modifier",
"keyword",
"storage.type.class",
"meta.tag",
"support.type.property-name.css"
],
"scope": ["storage.modifier", "keyword", "storage.type.class", "meta.tag", "support.type.property-name.css"],
"settings": {
"foreground": "#61AFEF"
}
},
{
"name": "Green",
"scope": [
"storage",
"entity.name",
"variable.other.object.cs",
"support.class"
],
"scope": ["storage", "entity.name", "variable.other.object.cs", "support.class"],
"settings": {
"foreground": "#98C379"
}
},
{
"name": "Red",
"scope": [
"comment",
"keyword.operator",
"markup.inline.raw",
"variable.scss"
],
"scope": ["comment", "keyword.operator", "markup.inline.raw", "variable.scss"],
"settings": {
"foreground": "#DF6C75"
}
},
{
"name": "Magenta",
"scope": [
"keyword.control",
"constant.language",
"meta.link",
"support.function",
"entity.name.goto-label"
],
"scope": ["keyword.control", "constant.language", "meta.link", "support.function", "entity.name.goto-label"],
"settings": {
"foreground": "#C577DD"
}
},
{
"name": "Cyan",
"scope": [
"string",
"constant"
],
"scope": ["string", "constant"],
"settings": {
"foreground": "#5DB8C4"
}
}
]
}
}

0 comments on commit b71644b

Please sign in to comment.