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

Lonely Dark

Zikry Miftahur

|
443 installs
| (1) | Free
The Visual Studio Code Themes
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lonely Dark Themes

Inspired by One Dark Pro Themes

But this background is darker, and there is a slight color change

Screenshots

App Screenshot

App Screenshot

Tweaks & theming

If you want to play around with new colors, use the setting workbench.colorCustomizations to customize the currently selected theme. For example, you can add this snippet in your "settings.json" file:

"workbench.colorCustomizations": {
  "tab.activeBackground": "#282c34",
  "activityBar.background": "#282c34",
  "sideBar.background": "#282c34",
  "tab.activeBorder": "#d19a66",
}

or use the setting editor.tokenColorCustomizations

"editor.tokenColorCustomizations": {
  "[Lonely Dark]": {
    "textMateRules": [
      {
        "scope": ["entity.name.tag.html"],
        "settings": {
          "foreground": "#e06c75"
        }
      }
    ]
  }
}

Feedback

If you have any feedback, please reach out to us at zikrymiftahur.dev@gmail.com

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