Adding Readme file

This commit is contained in:
Alejandro Lembke Barrientos 2023-09-06 10:15:14 -06:00
parent febc5cf2b2
commit 00e1a0fc2b
3 changed files with 15 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -2,7 +2,7 @@
"name": "fira-code-material-icon-theme",
"displayName": "Fira Code and Material Icon Theme",
"description": "Fira Code Font and Material Design Icons for Visual Studio Code",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "npm run compile:dev && npm run generateJson",
"check": "ts-node ./src/scripts/icons/checks",

14
readme.md Normal file
View File

@ -0,0 +1,14 @@
# Fira Code Material Icon Theme
![Fira Code Material Icon Theme](logo.png)
This extension is a fork of [Fira Code Icon Theme](https://github.com/PKief/vscode-material-icon-theme/tree/main) 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,
}
```