vscode fira code and material icon theme
build | ||
fonts | ||
material-icon-theme@9fbf85c724 | ||
patches | ||
.DS_Store | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
logo.png | ||
package-lock.json | ||
package.json | ||
readme.md |
Fira Code Material Icon Theme
This extension is a fork of Fira Code Icon Theme used as a submodule and adding fira code font to the theme.
To use this Extension, you need to add to settings.json the following lines:
{
"workbench.iconTheme": "fira-code-material-icon-theme",
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
}