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

Lonely Dark

Zikry Miftahur

|
77 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

GitHub Repo

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": {
  "[One Dark Pro]": {
    "textMateRules": [
      {
        "scope": ["source.python"],
        "settings": {
          "foreground": "#e06c75"
        }
      }
    ]
  }
}

Feedback

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

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft