Last active
February 23, 2025 09:26
-
-
Save rikusen0335/c33999aa539a9469a05b4a02ca77741f to your computer and use it in GitHub Desktop.
vscode customize explorer font
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
.sidebar .explorer-viewlet .label-name, | |
.editor .title .label-name { | |
font-family: "'0xProto', 'FiraCode', 'FiraCode Nerd Font', 'Firge35Nerd Console', 'GenShinGothic', Menlo, Monaco, 'Courier New', monospace" !important; | |
font-size: 11px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment