november-vscode

⚙️ Recommended Settings

Optional VS Code settings that pair well with the November theme.

✨ Suggested settings

These are optional suggestions to complement the theme. Add them to your settings.json and adjust to taste.

{
  "workbench.colorTheme": "November",
  "editor.fontFamily": "'JetBrains Mono', monospace",
  "editor.fontLigatures": true,
  "editor.cursorBlinking": "smooth"
}

The only required setting is workbench.colorTheme, which activates the theme. The font and cursor options are personal preference and can be left out.

On this page