Skip to content

Instantly share code, notes, and snippets.

@subnut
Last active June 3, 2023 13:08
Show Gist options
  • Save subnut/171b182c98d6b3c0497c912558573488 to your computer and use it in GitHub Desktop.
Save subnut/171b182c98d6b3c0497c912558573488 to your computer and use it in GitHub Desktop.
VSCodium settings
{
"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