Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 24, 2019
1 parent 79103d4 commit 59d9f43
Show file tree
Hide file tree
Showing 9 changed files with 433 additions and 993 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,29 @@
# Changelog
## 3.7.0 (2019-03-24)
### New features
- Command for grayscale icons ([@cezarsa](https://github.com/cezarsa) in [#387](https://github.com/PKief/vscode-material-icon-theme/pull/387))
- Config for icon saturation ([@cezarsa](https://github.com/cezarsa) in [#387](https://github.com/PKief/vscode-material-icon-theme/pull/387))
- Hot reload for changed icon configurations ([@PKief](https://github.com/PKief) in [#413](https://github.com/PKief/vscode-material-icon-theme/pull/413))

### New file icons
- Gatsby ([@bcanseco](https://github.com/bcanseco) in [#389](https://github.com/PKief/vscode-material-icon-theme/pull/389))
- Clojure (*.cljc) ([@jtiala](https://github.com/jtiala) in [#394](https://github.com/PKief/vscode-material-icon-theme/pull/394))
- SVG ([issue #400](https://github.com/PKief/vscode-material-icon-theme/issues/400))
- CoffeeScript (*.cson, *.iced) ([@ExE-Boss](https://github.com/ExE-Boss) in [#414](https://github.com/PKief/vscode-material-icon-theme/pull/414))
- .graphqlconfig

### New folder icons
- certs ([@rfgamaral](https://github.com/rfgamaral) in [#391](https://github.com/PKief/vscode-material-icon-theme/pull/391))
- pipe ([@rbalet](https://github.com/rbalet) in [#403](https://github.com/PKief/vscode-material-icon-theme/pull/403))
- SVG ([issue #358](https://github.com/PKief/vscode-material-icon-theme/issues/358))

### Other improvements
- Bundle extension with webpack ([@PKief](https://github.com/PKief) in [#409](https://github.com/PKief/vscode-material-icon-theme/pull/409))
- Reduces extension size
- Faster extension startup activation
- Code quality improvements
- CI and build setup improvements

## 3.6.3 (2019-02-08)
### New file icons
- 3d (.obj, .stl) ([@Mrgove10](https://github.com/Mrgove10) in [#363](https://github.com/PKief/vscode-material-icon-theme/pull/363))
Expand Down
21 changes: 11 additions & 10 deletions README.md
Expand Up @@ -5,6 +5,7 @@
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/PKief.material-icon-theme.svg)](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
[![Downloads](https://vsmarketplacebadge.apphb.com/downloads-short/PKief.material-icon-theme.svg)](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
[![Build Status](https://travis-ci.com/PKief/vscode-material-icon-theme.svg?branch=master)](https://travis-ci.com/PKief/vscode-material-icon-theme)
[![Build Status](https://ci.appveyor.com/api/projects/status/8itpdlwl3qmixm0c/branch/master?svg=true)](https://ci.appveyor.com/project/PKief/vscode-material-icon-theme)

The Material Icon Theme provides lots of icons based on Material Design for Visual Studio Code.

Expand Down Expand Up @@ -48,6 +49,14 @@ You can set a custom opacity for the icons:
"material-icon-theme.opacity": 0.5
```

## Custom icon saturation

If colors do not make you happy you can change the icons to have less saturation making them look grayish or completely grayscale by setting saturation to 0:

```json
"material-icon-theme.saturation": 0.5
```

## Custom icon associations

You can customize the icon associations directly in the user settings.
Expand Down Expand Up @@ -99,14 +108,6 @@ After installation or update you can click on the 'Activate'-button to activate

<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/master/images/oneclickactivation.png" alt="activation" width="60%">

## Custom icon saturation

If colors do not make you happy you can change icons to have less saturation making them look grayish or completely grayscale by setting saturation to 0:

```json
"material-icon-theme.saturation": 0.5
```

## Commands

Press `Ctrl-Shift-P` to open the command palette and type `Material Icons`.
Expand All @@ -121,6 +122,8 @@ Press `Ctrl-Shift-P` to open the command palette and type `Material Icons`.

- **Change Opacity**: Change the opacity of the icons.

- **Change Saturation**: Change the saturation value of the icons.

- **Configure Icon Packs**: Select an icon pack that enables additional icons (e.g. for Angular, React, Ngrx).

- **Hide Folder Arrows**: Hides the arrows next to the folder icons.
Expand All @@ -129,8 +132,6 @@ Press `Ctrl-Shift-P` to open the command palette and type `Material Icons`.

- **Toggle Grayscale**: Change icons to saturation to 0 making them look grayscale.

- **Change Saturation**: Change the saturation value of the icons.

## Icon sources

* [Material Design Icons](https://materialdesignicons.com/)
Expand Down
Binary file modified images/commandPalette.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/fileIcons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/folderIcons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59d9f43

Please sign in to comment.