Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>@linus.codes DarkNew to Visual Studio Code? Get it now.
@linus.codes Dark

@linus.codes Dark

linuscodes

|
518 installs
| (1) | Free
Another Dark theme in the style of @linus.codes
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

@linus.codes Dark Theme

This is just another VSCode Theme, created by @linus.codes

Get more out of it

To fully customize your editor to fit this theme, you can add a little more code to your settings.json (you can access it with the Command Palette)

You can scroll all the way down and you can add a section after the last property. The one you want to create is called "workbench.colorCustomizations".

This is the whole code to paste in:

"workbench.colorCustomizations": {
   "[@linus.codes Dark]": {
      "statusBar.background": "#e16e44",
      "statusBar.foreground": "#fff",
      "statusBar.noFolderBackground": "#e16e44",
      "statusBar.noFolderForeground": "#fff",
      "statusBar.debuggingBackground": "#e16e44",
      "statusBar.debuggingForeground": "#fff",
      "editorLineNumber.foreground": "#2e2e2e",
      "editor.lineHighlightBackground": "#1a1a1a"
   }
}

What it looks like

@linus.codes Dark Theme

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft