Skip to content

adanyc/vscode-retrocoders-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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",
  "[python]": {
    "editor.formatOnType": true
  },
  "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"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published