Last active
June 3, 2023 13:08
-
-
Save subnut/171b182c98d6b3c0497c912558573488 to your computer and use it in GitHub Desktop.
VSCodium settings
This file contains 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.fontSize": 16, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"editor.renderFinalNewline": "dimmed", | |
"editor.cursorBlinking": "smooth", | |
"editor.cursorSmoothCaretAnimation": "explicit", | |
"zenMode.centerLayout": false, | |
"workbench.preferredLightColorTheme": "VLight", // Vladeeg.vscode-theme-vlight | |
"workbench.preferredDarkColorTheme": "Default Dark Modern", | |
"window.autoDetectColorScheme": true, | |
/* PKief.material-icon-theme */ | |
"workbench.iconTheme": "material-icon-theme", | |
"material-icon-theme.folders.theme": "none", | |
"material-icon-theme.saturation": 0.8, | |
"editor.fontFamily": "'Recursive Mono Casual Static'", | |
"editor.lineHeight": 1.2, | |
"editor.letterSpacing": -0.5, | |
"editor.fontLigatures": true, | |
"editor.renderWhitespace": "trailing", | |
"editor.smoothScrolling": true, | |
/* | |
"editor.fontFamily": "'Iosevka Term SS16'", | |
"editor.lineHeight": 1.2, | |
"editor.fontLigatures": true, | |
*/ | |
// Other extension settings | |
"latexPreview.latexFontDir": "C:\\miktex-portable\\texmfs\\data\\fonts", | |
"latex-workshop.latex.recipe.default": "lastUsed", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment