Skip to content

Commit

Permalink
Add inline hint colors
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Mar 15, 2022
1 parent 1584615 commit cdecd4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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": "matcha",
"displayName": "Matcha Colors",
"description": "Matcha Colored VSCode Color Theme",
"version": "1.2.2",
"version": "1.2.3",
"publisher": "juha",
"author": {
"name": "Juha Kukkonen"
Expand Down
8 changes: 7 additions & 1 deletion themes/matcha-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
"statusBarItem.remoteBackground": "#16825d",
"statusBarItem.remoteForeground": "#ffffff",
"tab.lastPinnedBorder": "#cccccc33",
"peekViewEditor.matchHighlightBackground":"#4de09e18"
"peekViewEditor.matchHighlightBackground":"#4de09e18",
"editorInlayHint.background": "#37574a59",
"editorInlayHint.foreground": "#b1cfc3f3",
"editorInlayHint.typeForeground": "#b1cfc3f3",
"editorInlayHint.typeBackground": "#37574a59",
"editorInlayHint.parameterForeground": "#b1cfc3f3",
"editorInlayHint.parameterBackground": "#37574a59",
},

"tokenColors": [
Expand Down

0 comments on commit cdecd4e

Please sign in to comment.