Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.81 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.81 KB

Retrocoders Theme for VS Code

installs rating

A beautiful theme designed for old-school coders.

demo-screen-1

demo-screen-2

demo-screen-3

Best Custom Settings

Install the font

Install the icon theme

https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme

User settings

Visual Studio Code allows you to edit the settings.json config file. First open the settings editor as described above, then click the "curly brackets" icon to open the settings.json file.

{
  "workbench.startupEditor": "none",
  "workbench.iconTheme": "material-icon-theme",
  "workbench.tree.enableStickyScroll": false,
  "files.eol": "\n",
  "terminal.integrated.fontSize": 13,
  "security.workspace.trust.untrustedFiles": "open",
  "window.zoomLevel": 2,
  "breadcrumbs.enabled": false,
  "editor.cursorStyle": "line",
  "editor.cursorWidth": 3,
  "editor.stickyScroll.enabled": false,
  "editor.fontFamily": "JetBrains Mono, Mononoki, Fira Code, Menlo, Monaco, Courier New, monospace",
  "editor.fontLigatures": false,
  "editor.fontSize": 13,
  "editor.fontWeight": "normal",
  "editor.fontVariations": false,
  "editor.indentSize": "tabSize",
  "editor.renderWhitespace": "all",
  "editor.tabSize": 2,
  "explorer.compactFolders": false,
  "workbench.colorTheme": "Retrocoders"
}