Skip to content

Commit

Permalink
Merge pull request #3 from dyriavin/chore/add-new-tokens
Browse files Browse the repository at this point in the history
[feat] Add new token support
  • Loading branch information
dyriavin committed Jul 26, 2023
2 parents ec31556 + d0d9b13 commit 55a6419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mimesis",
"displayName": "mimesis",
"description": "Light color scheme color scheme well-suited for those who prefer a light and minimalist design for their coding environment",
"version": "1.0.6",
"version": "1.0.7",
"publisher": "AlexanderDyriavin",
"icon" : "images/logo.png",
"repository": {
Expand Down
9 changes: 7 additions & 2 deletions themes/Mimesis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@
"keyword.operator.return-value.php",
"keyword.operator.increment-decrement",
"entity.other.attribute-name.pseudo-element.css",
"entity.other.attribute-name.pseudo-class.css"
"entity.other.attribute-name.pseudo-class.css",
"punctuation.definition.binding-pattern.object.js",
"punctuation.definition.binding-pattern.array.js"
],
"settings": {
"foreground": "#b5007f"
Expand Down Expand Up @@ -338,6 +340,7 @@
"name": "Classes - PHP",
"scope": [
"entity.name.type.class.php",
"support.class.exception.php",
"support.class.builtin.php",
"support.other.namespace",
"entity.name.type.namespace",
Expand Down Expand Up @@ -415,7 +418,8 @@
"constant.numeric.decimal",
"constant.numeric.hex",
"constant.numeric.css",
"constant.numeric.dec"
"constant.numeric.dec",
"constant.numeric.hex.js"
],
"settings": {
"foreground": "#293338"
Expand Down Expand Up @@ -539,6 +543,7 @@
"name": "Entity name - Go",
"scope": [
"entity.alias.import.go",
"entity.name.import.go",
"entity.name.package.go",
"entity.name.type.go"
],
Expand Down

0 comments on commit 55a6419

Please sign in to comment.