Alex Gudkov Themes
Themes extension for VS Code.
Settings for "Alex Gudkov" theme:
{
"editor.cursorBlinking": "solid",
"editor.fontFamily": "'JetBrains Mono'",
"editor.fontLigatures": true,
"editor.lineHeight": 1.2,
"editor.fontSize": 14,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"editor.cursorSurroundingLines": 10,
"editor.smoothScrolling": true,
"editor.mouseWheelScrollSensitivity": 2,
"editor.fastScrollSensitivity": 3,
"workbench.startupEditor": "none",
"editor.cursorStyle": "block",
"editor.lineNumbers": "on",
"editor.bracketPairColorization.enabled": false,
"editor.fontWeight": "500",
"editor.insertSpaces": true,
"editor.tabSize": 2,
"window.customMenuBarAltFocus": false,
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"workbench.editor.showIcons": true,
"terminal.integrated.hideOnStartup": "always",
"workbench.activityBar.location": "hidden",
"window.menuBarVisibility": "hidden",
}
Settings for "Lutik" theme:
{
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.bracketPairColorization.enabled": true,
"editor.colorDecorators": false,
"editor.cursorStyle": "block",
"editor.detectIndentation": false,
"editor.dragAndDrop": false,
"editor.fontFamily": "'JetBrains Mono', 'Cascadia Code', 'Consolas'",
"editor.fontLigatures": false,
"editor.fontSize": 14,
"editor.fontWeight": "bold",
"editor.guides.indentation": false,
"editor.hover.enabled": true,
"editor.inlineSuggest.enabled": false,
"editor.minimap.maxColumn": 50,
"editor.occurrencesHighlight": false,
"editor.quickSuggestions": {
"comments": false,
"strings": false
},
"editor.renderWhitespace": "boundary",
"editor.selectionHighlight": true,
"editor.suggest.showDeprecated": false,
"editor.suggest.showSnippets": false,
"editor.suggestOnTriggerCharacters": true,
"editor.tabSize": 2,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.wordBasedSuggestions": false,
"editor.wordWrapColumn": 1,
"explorer.autoReveal": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.enableDragAndDrop": false,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.allowMnemonics": true,
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontWeight": "300",
"terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.scrollback": 100000000,
"typescript.format.semicolons": "insert",
"typescript.preferences.importModuleSpecifier": "shortest",
"typescript.preferences.quoteStyle": "single",
"typescript.suggest.completeFunctionCalls": false,
"typescript.suggestionActions.enabled": false,
"typescript.tsserver.log": "verbose",
"typescript.updateImportsOnFileMove.enabled": "always",
"update.mode": "none",
"window.customMenuBarAltFocus": false,
"window.enableMenuBarMnemonics": false,
"window.titleBarStyle": "custom",
"workbench.editor.enablePreview": true,
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.value": 6,
"workbench.editor.tabSizing": "fit",
"workbench.list.horizontalScrolling": true,
"workbench.tree.renderIndentGuides": "none",
"zenMode.hideStatusBar": false
}