vscode fira code and material icon theme
Go to file
2023-09-06 11:10:21 -06:00
build Adding material icon theme submodule and patches. 2023-09-06 10:03:05 -06:00
fonts Adding material icon theme submodule and patches. 2023-09-06 10:03:05 -06:00
material-icon-theme@9fbf85c724 Adding material icon theme submodule and patches. 2023-09-06 10:03:05 -06:00
patches Fixing material icon theme not showing. 2023-09-06 11:10:21 -06:00
.DS_Store Fixing material icon theme not showing. 2023-09-06 11:10:21 -06:00
.gitignore Adding material icon theme submodule and patches. 2023-09-06 10:03:05 -06:00
.gitmodules Adding material icon theme submodule and patches. 2023-09-06 10:03:05 -06:00
LICENSE Initial commit 2023-09-06 09:50:31 -06:00
logo.png Adding material icon theme submodule and patches. 2023-09-06 10:03:05 -06:00
package-lock.json Adding material icon theme submodule and patches. 2023-09-06 10:03:05 -06:00
package.json Fixing material icon theme not showing. 2023-09-06 11:10:21 -06:00
readme.md Adding Readme file 2023-09-06 10:15:14 -06:00

Fira Code Material Icon Theme

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,
}