Skip to content

karolisgrinkevicius/vscode-settings

Repository files navigation

💅 Theme

Operator Mono

Prerequisites

Setup

{
  "editor.fontFamily": "OperatorMonoLig-Book",
  "editor.fontWeight": "500",
  "editor.fontSize": 16,
  "editor.fontLigatures": true
}

Fira Flott + Fira Code iScript Italic

Prerequisites

Setup

  • 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

Releases

No releases published

Packages

No packages published