From 064da9a6449305b6ccd46dac99580b130fff482c Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 11 Feb 2018 12:22:56 +0100 Subject: [PATCH] chore: Update README --- README.md | 47 +++++++++++++++++++++++++++++++++++----- extensions/defaults.json | 2 +- package.json | 4 ++-- 3 files changed, 44 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index da48c41..ad014a1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,24 @@ The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues) + + +- [Getting started](#getting-started) + - [Installation](#installation) + - [Packaged VSIX Extension](#packaged-vsix-extension) + - [GitHub Repository Clone](#github-repository-clone) + - [Activate theme](#activate-theme) + - [Activate File Icons](#activate-file-icons) + - [Set the accent color](#set-the-accent-color) + - [Override theme colors](#override-theme-colors) +- [Recommended settings for a better experience](#recommended-settings-for-a-better-experience) +- [Other resources](#other-resources) + - [Contributors](#contributors) + - [Backers](#backers) + - [Sponsors](#sponsors) + + + # Getting started You can install this awesome theme through the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme). @@ -26,7 +44,7 @@ Paste the following command and press `Enter`: ext install vsc-material-theme ``` -#### Packaged VSIX Extension [↑](#getting-started) +#### Packaged VSIX Extension [Download the latest .vsix release](https://github.com/equinusocio/vsc-material-theme/releases/latest) file from the GitHub repository and install it from the command line @@ -36,7 +54,7 @@ code --install-extension vsc-material-theme-*.*.*.vsix or from within VS Code by launching *Quick Open* and running the *Install from VSIX...* command. -##### GitHub Repository Clone [↑](#getting-started) +##### GitHub Repository Clone Change to your `.vscode/extensions` [VS Code extensions directory](https://code.visualstudio.com/docs/extensions/install-extension#_side-loading). Depending on your platform it is located in the following folders: @@ -52,7 +70,7 @@ git clone https://github.com/equinusocio/vsc-material-theme.git Equinusocio.vsc- ``` -## Activate theme [↑](#getting-started) +## Activate theme Launch *Quick Open*, @@ -64,7 +82,7 @@ Type `theme` and choose `Preferences: Color Theme`, then select Material Theme f This theme provides different color variants, to change the active theme variant type `Material Theme` and choose `Material Theme: Settings`, then select `Change color variant` and pick one theme from the list. -## Activate File Icons [↑](#getting-started) +## Activate File Icons Launch *Quick Open*, @@ -84,8 +102,25 @@ Launch *Quick Open*, Type `Material Theme` and choose `Material Theme: Settings`, then select `Change accent color` and pick one color from the list. +## Override theme colors +You can override the material theme ui and schemes colors by adding these theme-specific settings to your configuration. -# Recommended settings for a better experience [↑](#getting-started) +```json +"editor.tokenColorCustomizations": { + "[Material Theme]": { + "comments": "#229977" + }, + "..." +}, +"workbench.colorCustomizations": { + "[Material Theme]": { + "sideBar.background": "#347890" + }, + "..." +} +``` + +# Recommended settings for a better experience ```json // Controls the font family. @@ -98,7 +133,7 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change "explorer.decorations.badges": false, ``` -# Other resources [↑](#getting-started) +# Other resources - **AppIcon:** [Download](https://github.com/equinusocio/vsc-material-theme/files/989048/vsc-material-theme-appicon.zip) the official Material Theme app icon for Visual Studio code diff --git a/extensions/defaults.json b/extensions/defaults.json index ae8bb9c..e22c751 100644 --- a/extensions/defaults.json +++ b/extensions/defaults.json @@ -35,7 +35,7 @@ "_folder_ci_open" ], "changelog": { - "lastversion": "1.2.0" + "lastversion": "1.3.0" }, "icons": { "theme": { diff --git a/package.json b/package.json index ed8b19b..ad07563 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "themes": [ { "label": "Material Theme", - "path": "./themes/Material-Theme-Default.json", + "path": "./themes/Material-Theme-Palenight.json", "uiTheme": "vs-dark" } ], @@ -136,4 +136,4 @@ "url": "https://opencollective.com/vsc-material-theme", "logo": "https://opencollective.com/opencollective/logo.txt" } -} +} \ No newline at end of file