- 💶 Operator Mono font
- Setup
Operator Mono Ligatures
according to the docs in kiliman/operator-mono-lig repository. - Install and activate Oceanic Next Italic theme
- Add the following properties into your
settings.json
file
{
"editor.fontFamily": "OperatorMonoLig-Book",
"editor.fontWeight": "500",
"editor.fontSize": 16,
"editor.fontLigatures": true
}
- FiraFlott font
- Fira Code iScript Italic font
- Install and activate Oceanic Next Italic theme
- Add the following properties into your
settings.json
file
{
"editor.fontFamily": "FiraFlott",
"editor.fontSize": 16,
"editor.fontLigatures": true
}
Open workbench css file to customise it:
code /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.css
- Prepend CSS bellow right after the comment
.mtki,
.mtk4,
.mtk13 {
font-family: "Fira Code iScript";
font-style: italic;
font-size: 1.17em;
font-stretch: ultra-condensed;
}
- Restart VSCode dismissing the warning about broken setup