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

@linus.codes Light

linuscodes

|
528 installs
| (0) | Free
A light theme by @linus.codes
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

@linus.codes Light Theme

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

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: Cmd + Shift + P)

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 Light]": {
      "statusBar.background": "#FF4641",
      "statusBar.foreground": "#fff",
      "statusBar.noFolderBackground": "#e16e44",
      "statusBar.noFolderForeground": "#fff",
      "statusBar.debuggingBackground": "#e16e44",
      "statusBar.debuggingForeground": "#fff",
      "editorLineNumber.foreground": "#2e2e2e",
      "editor.lineHighlightBackground": "#e1e1e1",
      "sideBar.background": "#EAF4F4",
      "sideBar.border": "#fff",
      "sideBarSectionHeader.background": "#e1e1e1",
   }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft