Skip to content

Commit

Permalink
feat: highlight punctuations more
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Velasquez Ramos authored and Cristian Velasquez Ramos committed Apr 4, 2020
1 parent 4057b8a commit 0ee1c4e
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions themes/aeon.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"constant.escape"
],
"settings": {
"foreground": "#cfbafa"
"foreground": "#b8c5e2"
}
},
{
Expand All @@ -447,7 +447,13 @@
"meta.jsx",
"meta.embedded.expression",
"meta.template.expression",
"meta.tag.block.any.html"
"meta.tag.block.any.html",
"meta.object-literal.key.tsx",
"meta.object.member.tsx",
"meta.objectliteral.tsx",
"meta.function.tsx",
"meta.block.tsx",
"source.tsx"
],
"settings": {
"foreground": "#a2aabc"
Expand All @@ -458,8 +464,8 @@
"scope": [
"punctuation.separator.key-value.html",
"meta.tag",
"keyword.control",
"keyword.operator",
"keyword.operator.type.annotation",
"constant.other.color",
"punctuation.definition.constant",
"meta.function.block.start.handlebars",
Expand All @@ -469,7 +475,10 @@
"support.constant.vendored.property-value",
"punctuation.definition.keyword",
"punctuation.accessor",
"punctuation.separator.property"
"punctuation.separator.property",
"punctuation.separator.comma",
"punctuation.separator.key-value",
"punctuation.terminator.statement"
],
"settings": {
"foreground": "#b8c5e2"
Expand Down Expand Up @@ -526,8 +535,7 @@
"text.html",
"punctuation.section.property-list",
"meta.property-value.scss punctuation",
"meta.property-list",
"keyword.operator.type.annotation"
"meta.property-list"
],
"settings": {
"foreground": "#a2aabc"
Expand Down

0 comments on commit 0ee1c4e

Please sign in to comment.