Skip to content

Instantly share code, notes, and snippets.

@ntcho
Created March 5, 2026 21:35
Show Gist options
  • Select an option

  • Save ntcho/e93eb4798a9971d220a61620a7fe31e4 to your computer and use it in GitHub Desktop.

Select an option

Save ntcho/e93eb4798a9971d220a61620a7fe31e4 to your computer and use it in GitHub Desktop.
/*
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.css
1. Append the following to the file
2. Restart VS Code (ignore the integrity warning)
From: https://github.com/microsoft/vscode/issues/519#issuecomment-3691806331
*/
#workbench\.view\.explorer *[role="treeitem"] {
font-family: 'Iosevka Extended' !important;
font-size: 12px !important;
letter-spacing: -0.025em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment