diff --git a/.DS_Store b/.DS_Store index 708a19e..36456fe 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/package.json b/package.json index 11e2818..033db44 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..96db6ff --- /dev/null +++ b/readme.md @@ -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, +} +``` \ No newline at end of file