From cdecd4ec22fbb00a401c31d040e9e6b03f7945aa Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Tue, 15 Mar 2022 19:28:51 +0200 Subject: [PATCH] Add inline hint colors --- package.json | 2 +- themes/matcha-color-theme.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3bd481e..666254a 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/themes/matcha-color-theme.json b/themes/matcha-color-theme.json index 795140e..bc38bff 100644 --- a/themes/matcha-color-theme.json +++ b/themes/matcha-color-theme.json @@ -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": [