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

DarianTheme

Darian Toledo

|
59 installs
| (0) | Free
The best Atom + default VSCode theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DarianTheme

DarianTheme  

You can remove the BOLD functions by adding this in your settings.json:

"editor.tokenColorCustomizations": {
    "[DarianTheme]": {
      "textMateRules": [
        {
          "scope": [
            "keyword.control.export.js",
            "keyword.control.import.js",
            "keyword.control.from.js",
            "entity.name.function.js",
            "support.function.js",
            "support.function.math.js"
          ],
          "settings": {
            "fontStyle": ""
          }
        }
      ]
    }
  }
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft