Created
July 19, 2025 12:52
-
-
Save Stormix/971c5cbe71a9d1c9b25ad44030d6bb6b to your computer and use it in GitHub Desktop.
My VSCODE config to mix and match fonts
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
"editor.fontFamily": "TX02 Nerd Font Regular", | |
"editor.inlineSuggest.fontFamily": "'Monaspace Krypton', monospace", | |
"editor.inlineSuggest.syntaxHighlightingEnabled": true, | |
"custom-ui-style.stylesheet": { | |
".mtk3": { | |
"font-family": "'Monaspace Radon Var'", // Comments | |
"font-weight": "500" | |
}, | |
".ghost-text-decoration": { | |
"font-family": "'Monaspace Krypton Var'", // AI suggestions | |
"font-weight": "200" | |
}, | |
".ghost-text-decoration-preview": { | |
"font-family": "'Monaspace Krypton Var'", // AI suggestions | |
"font-weight": "200" | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment