Darkness Theme
Adding support for Fira Code iScript.
- Download Fira Code iScript (free) and copy fonts to your OS font folder.
- In VScode press
ctr + , to open User Settings then add the following options and save changes.
{
...
"editor.fontFamily": "Fira Code iScript",
"editor.fontLigatures": true,
...
}
- Tweek font appearance by editing VScode internal styles (optional step).
- Find in your OS
<path to VScode>\resources\app\out\vs\workbench.main.css
- with administrator rights open
workbench.main.css and prepend the style below:
.mtki {
font-size: 1.125em;
font-stretch: ultra-condensed;
}
...
- Close and reopen VScode.
| |