Giter VIP home page Giter VIP logo

vscode-material-icon-theme's Introduction

Material Icon Theme

Version Rating Installs Build Status

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

File icons

file icons

Folder icons

folder icons

Customize folder color

You can change the color of the default folder icon using the command palette:

custom folder colors

or via user settings:

"material-icon-theme.folders.color": "#ef5350",

Folder themes

You can change the design of the folder icons using the command palette:

folder themes

or via user settings:

"material-icon-theme.folders.theme": "specific"

Custom icon opacity

You can set a custom opacity for the icons:

"material-icon-theme.opacity": 0.5

Custom icon associations

You can customize the icon associations directly in the user settings.

File associations

With the *.[extension] pattern you can define custom file icon associations. For example you could define an icon for *.sample and every file that ends with .sample will have the defined icon. Use **.[extension] with two asterisks to apply the file association also for the filenames ending with that file extension.

If there's no leading * it will be automatically configured as filename and not as file extension.

"material-icon-theme.files.associations": {
    "*.ts": "typescript",
    "fileName.ts": "angular"
}

Folder associations

The following configuration can customize the folder icons. It is also possible to overwrite existing associations and create nice combinations. For example you could change the folder theme to "classic" and define icons only for the folder names you like.

"material-icon-theme.folders.associations": {
    "customFolderName": "src",
    "sample": "dist"
}

Language associations

With the following configuration you can customize the language icons. It is also possible to overwrite existing associations.

"material-icon-theme.languages.associations": {
    "languageId": "iconName",
    "json": "json"
}

Available language ids:

https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers

You can see the available icon names in the overview above.

One-click activation

After installation or update you can click on the 'Activate'-button to activate the icon theme, if you haven't already. The icons will be visible immediately.

activation

Commands

Press Ctrl-Shift-P to open the command palette and type Material Icons.

commands

  • Activate Icon Theme: Activate the icon theme.

  • Change Folder Color: Change the color of the folder icons.

  • Change Folder Theme: Change the design of the folder icons.

  • Change Opacity: Change the opacity 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.

  • Restore Default Configuration: Reset the default configurations of the icon theme.

Icon sources

How to contribute

Read the contribution guidelines.

If you have some questions or icon requests open a new issue on Github.

Follow me

vscode-material-icon-theme's People

Contributors

pkief avatar adrieankhisbe avatar dudeofawesome avatar wopian avatar melmass avatar ifaxity avatar jbugman avatar ycrepeau avatar denisbalyko avatar niksudan avatar teototaro avatar mvochoa avatar felipe-fg avatar farwaykorse avatar diego3g avatar chrisarmstronguk avatar krzysztof-cieslak avatar kkemple avatar leohxj avatar lukaspolak avatar meirionhughes avatar melkarm avatar olehreznichenko avatar thedutchcoder avatar sbekrin avatar ffrinds avatar thomasgeek avatar titouancreach avatar william-lohan avatar dmay avatar

Watchers

James Cloos avatar Gautier de Saint Martin Lacaze avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.