VS CODE user - settings.json
8. 12. 2021settings.json ↓
{
"window.zoomLevel": 1,
"editor.inlineSuggest.enabled": true,
"workbench.colorTheme": "Monokai Dimmed",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": true,
"markdown": false
},
"workbench.activityBar.visible": false,
"telemetry.telemetryLevel": "off",
"editor.fontFamily": "'Fira code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.mouseWheelZoom": true,
"editor.smoothScrolling": true,
"workbench.list.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.lineHeight": 1.5,
"editor.minimap.renderCharacters": false,
"workbench.sideBar.location": "right",
"editor.cursorBlinking": "solid",
"editor.cursorStyle": "block",
"editor.cursorSurroundingLines": 3,
"editor.wordWrap": "on",
"editor.fontSize": 15,
}
Perhaps a good starting point.
Nice themes ↓
Monokai pro (Filter machines) < Turns out they will popup for some registration details…
Other cool words are: Dracula, Nord, Gruvbox and Zen.
Atom material theme is also good.
And Abyss (already installed) is interesting.