Skip to content

Commit

Permalink
Merge pull request #2 from dyriavin/chore/improve-ui-colours
Browse files Browse the repository at this point in the history
Improve UI colours
  • Loading branch information
dyriavin committed Apr 26, 2023
2 parents 0d2e12d + 66f430b commit ec31556
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 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.5",
"version": "1.0.6",
"publisher": "AlexanderDyriavin",
"icon" : "images/logo.png",
"repository": {
Expand Down
48 changes: 28 additions & 20 deletions themes/Mimesis-color-theme.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "Mimesis",
"colors": {
"focusBorder": "#0a84ff",
"foreground": "#444d56",
"focusBorder": "#63B0FF",
"foreground": "#6a737d",
"descriptionForeground": "#6a737d",
"errorForeground": "#FF3B30",
"textLink.foreground": "#0060df",
"textLink.activeForeground": "#0060df",
"errorForeground": "#D70022",
"textLink.foreground": "#002275",
"textLink.activeForeground": "#002275",
"textBlockQuote.background": "#fafbfc",
"textBlockQuote.border": "#e1e4e8",
"textCodeBlock.background": "#f6f8fa",
"textPreformat.foreground": "#586069",
"textSeparator.foreground": "#d1d5da",
"button.background": "#058b00",
"button.foreground": "#fff",
"button.hoverBackground": "#058b00",
"button.secondaryBackground": "#e1e4e8",
"button.background": "#0060DF",
"button.foreground": "#EDEDED",
"button.hoverBackground": "#0060DF",
"button.secondaryBackground": "#0060DF",
"button.secondaryForeground": "#1b1f23",
"button.secondaryHoverBackground": "#d1d5da",
"button.secondaryHoverBackground": "#A6A6A650",
"checkbox.background": "#fafbfc",
"checkbox.border": "#d1d5da",
"checkbox.border": "#B1B1B3",
"dropdown.background": "#fafbfc",
"dropdown.border": "#e1e4e8",
"dropdown.foreground": "#454545",
Expand All @@ -30,27 +30,27 @@
"input.placeholderForeground": "#959da5",
"badge.foreground": "#0060df",
"badge.background": "#dbedff",
"progressBar.background": "#0a84ff",
"titleBar.activeForeground": "#454545",
"progressBar.background": "#058B00",
"titleBar.activeForeground": "#293338",
"titleBar.activeBackground": "#fff",
"titleBar.inactiveForeground": "#6a737d",
"titleBar.inactiveBackground": "#f6f8fa",
"titleBar.border": "#e1e4e8",
"activityBar.foreground": "#454545",
"activityBar.foreground": "#293338",
"activityBar.inactiveForeground": "#959da5",
"activityBar.background": "#fff",
"activityBarBadge.foreground": "#fff",
"activityBarBadge.background": "#0a84ff",
"activityBar.activeBorder": "#b5007f",
"activityBar.border": "#e1e4e8",
"sideBar.foreground": "#586069",
"sideBar.foreground": "#6a737d",
"sideBar.background": "#f6f8fa",
"sideBar.border": "#e1e4e8",
"sideBarTitle.foreground": "#454545",
"sideBarSectionHeader.foreground": "#454545",
"sideBarTitle.foreground": "#6a737d",
"sideBarSectionHeader.foreground": "#6a737d",
"sideBarSectionHeader.background": "#f6f8fa",
"sideBarSectionHeader.border": "#e1e4e8",
"list.hoverForeground": "#454545",
"list.hoverForeground": "#6a737d",
"list.inactiveSelectionForeground": "#454545",
"list.activeSelectionForeground": "#454545",
"list.hoverBackground": "#ebf0f4",
Expand Down Expand Up @@ -83,7 +83,7 @@
"editorGroupHeader.tabsBackground": "#f6f8fa",
"editorGroupHeader.tabsBorder": "#e1e4e8",
"editorGroup.border": "#e1e4e8",
"tab.activeForeground": "#454545",
"tab.activeForeground": "#293338",
"tab.inactiveForeground": "#6a737d",
"tab.inactiveBackground": "#f6f8fa",
"tab.activeBackground": "#fff",
Expand Down Expand Up @@ -226,9 +226,11 @@
"keyword.operator.arithmetic",
"keyword.operator.class.php",
"keyword.operator.logical.js",
"punctuation.parenthesis",
"punctuation.separator.delimiter.php",
"punctuation.separator.annotation.result.python",
"punctuation.definition.arguments.end.python",
"keyword.operator.arrow.fat.rust",
"punctuation.definition.arguments.begin.python",
"punctuation.definition.dict.end.python",
"punctuation.definition.dict.begin.python",
Expand Down Expand Up @@ -315,6 +317,10 @@
"storage.type.function.arrow",
"punctuation.definition.arrow",
"punctuation.definition.parameters.begin",
"punctuation.definition.bracket.square",
"punctuation.definition.list",
"keyword.operator.bitwise.python",
"keyword.operator.logical.go",
"punctuation.definition.parameters.end",
"punctuation.section.inner-class.begin.bracket.curly.java",
"punctuation.section.inner-class.end.bracket.curly.java",
Expand All @@ -335,6 +341,8 @@
"support.class.builtin.php",
"support.other.namespace",
"entity.name.type.namespace",
"entity.name.type.trait.php",
"support.class.js",
"support.class.php",
"constant.other.php",
"entity.other.alias.php",
Expand Down Expand Up @@ -562,7 +570,7 @@
},
{
"name": "Variable - Global",
"scope": ["variable"],
"scope": ["variable", "constant.language.infinity.js"],
"settings": {
"foreground": "#722291"
}
Expand Down

0 comments on commit ec31556

Please sign in to comment.