Skip to content

Commit

Permalink
chore: Improve colors in UI & Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dyriavin committed Mar 21, 2023
1 parent a655fc8 commit 0d2e12d
Show file tree
Hide file tree
Showing 2 changed files with 16 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.4",
"version": "1.0.5",
"publisher": "AlexanderDyriavin",
"icon" : "images/logo.png",
"repository": {
Expand Down
17 changes: 15 additions & 2 deletions themes/Mimesis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"comment",
"string.comment",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"punctuation.definition.comment"
],
"settings": {
Expand All @@ -203,7 +204,12 @@
},
{
"name": "Function - Global",
"scope": ["entity.name.function", "support.function"],
"scope": [
"entity.name.function",
"support.function",
"support.function.builtin.python",
"meta.function-call.generic.python"
],
"settings": {
"foreground": "#006504"
}
Expand All @@ -221,6 +227,11 @@
"keyword.operator.class.php",
"keyword.operator.logical.js",
"punctuation.separator.delimiter.php",
"punctuation.separator.annotation.result.python",
"punctuation.definition.arguments.end.python",
"punctuation.definition.arguments.begin.python",
"punctuation.definition.dict.end.python",
"punctuation.definition.dict.begin.python",
"keyword.operator.return-value.php",
"keyword.operator.increment-decrement",
"entity.other.attribute-name.pseudo-element.css",
Expand Down Expand Up @@ -321,6 +332,7 @@
"name": "Classes - PHP",
"scope": [
"entity.name.type.class.php",
"support.class.builtin.php",
"support.other.namespace",
"entity.name.type.namespace",
"support.class.php",
Expand Down Expand Up @@ -560,6 +572,7 @@
"scope": [
"variable.language.this.js",
"constant.language.undefined.js",
"constant.language.null.js",
"constant.language.boolean.false.js",
"constant.language.boolean.true.js"
],
Expand All @@ -582,7 +595,7 @@
"entity.name.type.js",
"support.class.promise.js",
"new.expr.js entity.name.function.js",
"entity.name.type.class",
"entity.name.type.class.js",
"meta.function.expression.js variable.other.js"
],
"settings": {
Expand Down

0 comments on commit 0d2e12d

Please sign in to comment.