Last active
November 14, 2024 13:13
-
-
Save rikusen0335/544290fb9bad00cff786ba180303bdbd to your computer and use it in GitHub Desktop.
My vscode setup
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
*, | |
body, | |
.sidebar .explorer-viewlet .label-name, | |
.editor .title .label-name, | |
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name, | |
.monaco-icon-label | |
> .monaco-icon-label-container | |
> .monaco-icon-description-container | |
> .label-description, | |
.search-view .linematch > .match { | |
font-family: "'0xProto', 'FiraCode', 'FiraCode Nerd Font', 'Firge35Nerd Console', Menlo, Monaco, 'Courier New', monospace" !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment