Skip to content

Commit

Permalink
improved color shcmea & contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed May 23, 2021
1 parent 2c4c166 commit ff54181
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode-test/**
.gitignore
vsc-extension-quickstart.md
*.vsix
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": "matcha",
"displayName": "Matcha Colors",
"description": "Matcha Colored VSCode Color Theme",
"version": "1.1.2",
"version": "1.2.0",
"publisher": "juha",
"author": {
"name": "Juha Kukkonen"
Expand Down
22 changes: 16 additions & 6 deletions themes/matcha-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"editor.selectionBackground": "#2b5b5c58",
"editor.selectionHighlightBackground": "#1e52504a",
"editor.findMatchBackground": "#3fc4c015",
"editor.findMatchHighlightBackground": "#1e52504a",
"editor.findMatchHighlightBackground": "#3f997d4d",
"editor.wordHighlightBackground": "#3fc4c015",
"editor.wordHighlightStrongBackground": "#3fc4c04a",
"editor.hoverHighlightBackground": "#32504f79",
Expand All @@ -19,7 +19,9 @@
"editorSuggestWidget.highlightForeground": "#43d897",
"editorSuggestWidget.selectedBackground": "#2c473d",
"list.dropBackground": "#383b3d",
"list.activeSelectionBackground": "#2f5f54",
"list.activeSelectionBackground": "#2f5f5478",
"list.focusOutline": "#5a7c6c",
"list.filterMatchBackground": "#3f997d4d",
"menu.background": "#252526",
"menu.foreground": "#cccccc",
"sideBarSectionHeader.background": "#00000000",
Expand All @@ -28,6 +30,7 @@
"statusBarItem.remoteBackground": "#16825d",
"statusBarItem.remoteForeground": "#ffffff",
"tab.lastPinnedBorder": "#cccccc33",
"peekViewEditor.matchHighlightBackground":"#4de09e18"
},
"tokenColors": [
{
Expand All @@ -48,11 +51,13 @@
"string constant.other.placeholder",
"variable.other.readwrite.alias",
"meta.object-literal.key",
// "meta.function.call.rust"
//"variable.other.readwrite",
//"meta.var-single-variable.expr",
],
"settings": {
"foreground": "#57b68d"
// "foreground": "#57b68d"
"foreground": "#89d3b3"
}
},
{
Expand All @@ -62,6 +67,7 @@
"meta.var-single-variable.expr",
"variable.other.enummember",
"constant.other.caps.rust",
"meta.function.call.rust"
],
"settings": {
"foreground": "#648a6e"
Expand Down Expand Up @@ -174,7 +180,8 @@
],
"settings": {
// "foreground": "#79caa0"
"foreground": "#57b68d"
"foreground": "#77c4a2"
// "foreground": "#57b68d"
}
},
{
Expand Down Expand Up @@ -227,7 +234,9 @@
"entity.name.type.interface",
],
"settings": {
"foreground": "#396469"
// "foreground": "#396469"
// "foreground": "#396953"
"foreground": "#498b6d"
}
},
{
Expand Down Expand Up @@ -272,7 +281,8 @@
"entity.other.inherited-class"
],
"settings": {
"foreground": "#396469"
// "foreground": "#396469"
"foreground": "#498b6d"
}
},
{
Expand Down

0 comments on commit ff54181

Please sign in to comment.