Adding Readme file
This commit is contained in:
parent
febc5cf2b2
commit
00e1a0fc2b
@ -2,7 +2,7 @@
|
|||||||
"name": "fira-code-material-icon-theme",
|
"name": "fira-code-material-icon-theme",
|
||||||
"displayName": "Fira Code and Material Icon Theme",
|
"displayName": "Fira Code and Material Icon Theme",
|
||||||
"description": "Fira Code Font and Material Design Icons for Visual Studio Code",
|
"description": "Fira Code Font and Material Design Icons for Visual Studio Code",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run compile:dev && npm run generateJson",
|
"build": "npm run compile:dev && npm run generateJson",
|
||||||
"check": "ts-node ./src/scripts/icons/checks",
|
"check": "ts-node ./src/scripts/icons/checks",
|
||||||
|
14
readme.md
Normal file
14
readme.md
Normal 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,
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user