Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

About

My personal VSCode theme and settings

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors