Created
March 5, 2026 21:35
-
-
Save ntcho/e93eb4798a9971d220a61620a7fe31e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| /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