Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Retrocoders Dark ThemeNew to Visual Studio Code? Get it now.
Retrocoders Dark Theme

Retrocoders Dark Theme

adanyc

|
264 installs
| (3) | Free
🪄 A dark theme for old-school coders
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • https://www.jetbrains.com/es-es/lp/mono (recommended)
  • https://fonts.google.com/specimen/Fira+Code

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"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft