diff --git a/README.md b/README.md index 6e590b6..d9dfc24 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ The most epic theme meets Visual Studio Code. You can help by reporting issues [ - [Getting started](#getting-started) - [Installation](#installation) - - [Packaged VSIX Extension](#packaged-vsix-extension) + - [Packaged VSIX Extension](#packaged-vsix-extension) - [GitHub Repository Clone](#github-repository-clone) - - [Activate theme](#activate-theme) - - [Set the accent color](#set-the-accent-color) - - [Override theme colors](#override-theme-colors) - - [Color Scheme override](#color-scheme-override) +- [Activate theme](#activate-theme) +- [Set the accent color](#set-the-accent-color) +- [Override theme colors](#override-theme-colors) + - [Color Scheme override](#color-scheme-override) - [Recommended settings for a better experience](#recommended-settings-for-a-better-experience) - [Official Portings](#official-portings) - [Other resources](#other-resources) diff --git a/defaults.json b/defaults.json index 8350a6b..2c23ec6 100644 --- a/defaults.json +++ b/defaults.json @@ -96,7 +96,7 @@ } }, "changelog": { - "lastversion": "2.8.0" + "lastversion": "2.8.2" }, "themeVariants": { "Darker": "./themes/Material-Theme-Darker.json", diff --git a/package.json b/package.json index 82800bf..8e2d8bb 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "activationEvents": [ "*" ], + "extensionKind": "ui", "main": "./out/src/material.theme.config", "contributes": { "commands": [ diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 1d0d00b..c592d51 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -131,7 +131,6 @@ "name": "Function, Special Method", "scope": [ "entity.name.function", - "meta.function-call", "variable.function", "support.function", "keyword.other.special-method" @@ -693,6 +692,9 @@ "editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50", "editor.selectionBackground": "{{variant.scheme.selection}}", "editor.selectionHighlightBackground": "{{variant.scheme.caret}}20", + "editor.findMatchBackground": "{{variant.scheme.base.pink}}", + "editorOverviewRuler.findMatchForeground": "{{variant.scheme.base.pink}}60", + "editor.findMatchHighlightBackground": "{{variant.scheme.base.pink}}60", "editorOverviewRuler.border": "{{variant.scheme.background}}", "editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40", "editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40", @@ -724,6 +726,8 @@ "statusBar.debuggingBackground": "{{variant.scheme.base.purple}}", "statusBar.debuggingForeground": "{{variant.scheme.base.white}}", "statusBarItem.hoverBackground": "{{variant.scheme.comments}}20", + "statusBarItem.remoteForeground": "{{variant.scheme.base.black}}", + "statusBarItem.remoteBackground": "{{commons.accents.Teal}}", "activityBar.background": "{{variant.scheme.backgroundAlt}}", "activityBar.border": "{{variant.scheme.contrastBorder}}60", "activityBar.foreground": "{{variant.scheme.foreground}}",