From 00e1a0fc2b633517cbb43c5056d2d845e7a5420b Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Wed, 6 Sep 2023 10:15:14 -0600 Subject: [PATCH] Adding Readme file --- .DS_Store | Bin 8196 -> 8196 bytes package.json | 2 +- readme.md | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 readme.md diff --git a/.DS_Store b/.DS_Store index 708a19eed8b0f0b7d70595b71f67807bbabb2c43..36456fea2f891380db54d22bd4c974efe70e0a1e 100644 GIT binary patch delta 75 zcmZp1XmQx!D=4bLkj9Y7P{fePpv#cVkk639kjkJt`Kyqc7*N2FL65-zipv;^feI@o XFBOvC>?`QZxcP`sG~?!Ik(Jy4f$0&< delta 52 zcmZp1XmQx!E4X>DpfjT=7lRLjCxbJCD}x_HFp$(^$Yn^GJWo)5lW;WSW_g|$%$wOI H{;~rAVG#|U 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