Skip to content

Instantly share code, notes, and snippets.

View TerrniT's full-sized avatar
🎯
Focusing

Gleb Kotovsky TerrniT

🎯
Focusing
View GitHub Profile
{"name":"zen-vscode-vue-ts-profile","icon":"law","settings":"{\"settings\":\"{\\n // General Git Configuration\\n \\\"git.confirmSync\\\": false,\\n\\n // Editor Configuration\\n \\\"editor.fontFamily\\\": \\\"Fira Code\\\", // Font family for the editor\\n \\\"editor.fontLigatures\\\": true, // Enable font ligatures\\n \\\"editor.fontSize\\\": 16, // Font size\\n \\\"editor.smoothScrolling\\\": true, // Enable smooth scrolling\\n \\\"editor.tokenColorCustomizations\\\": { // Custom colors for tokens\\n \\\"keywords\\\": \\\"#25a6b2\\\", // Color for keywords\\n \\\"comments\\\": \\\"#5f595e\\\" // Color for comments\\n },\\n \\\"editor.renderWhitespace\\\": \\\"none\\\", // Whitespace rendering options\\n \\\"editor.renderControlCharacters\\\": false, // Control character rendering\\n \\\"editor.wordWrap\\\": \\\"on\\\", // Enable word wrapping\\n \\\"diffEditor.wordWrap\\\": \\\"off\\\", // Disable word wrapping in diff editors\\n \\\"editor.lineNumbers\\\": \\\"on\\\", // Show line numb
@TerrniT
TerrniT / vue-typescript-minimal-profile
Last active May 17, 2024 12:52
Vscode minimal workspace settings for Vue 3, Nuxt, Tailwind CSS projects
{"name":"vue-typescript-minimal-profile","settings":"{\"settings\":\"{\\n \\\"git.confirmSync\\\": false,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\n \\\"editor.fontFamily\\\": \\\"FiraCode Nerd Font Med\\\",\\n \\\"editor.fontLigatures\\\": true,\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"editorBracketMatch.border\\\": \\\"#c0c918\\\",\\n \\\"editor.lineHighlightBackground\\\": \\\"#93a1382d\\\",\\n \\\"editor.lineHighlightBorder\\\": \\\"#9fced11f\\\",\\n \\\"editorError.foreground\\\": \\\"#00000000\\\",\\n \\\"editorWarning.foreground\\\": \\\"#00000000\\\",\\n \\\"editor.hoverHighlightBackground\\\": \\\"#93a1382d\\\",\\n \\\"editorInfo.foreground\\\": \\\"#00000000\\\",\\n \\\"[Solarized Custom Dark]\\\": {\\n \\\"activityBarBadge.background\\\": \\\"#DC322FFF\\\",\\n \\\"badge.background\\\": \\\"#DC322FFF\\\",\\n \\\"focusBorder\\\": \\\"#DC322F80\\\",\\n \\\"button.background\\\": \\\"#