Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>dark theme by ilexNew to Visual Studio Code? Get it now.
dark theme by ilex

dark theme by ilex

ilex_h

|
148 installs
| (0) | Free
custom theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode themes

Usage

Select the theme and go!

  • night code
  • dark
  • dark light

develop

install vsce

npm i -g vsce

install devDependencies

npm i

publish extension

login

set tokens

# create publisher
vsce create-publisher (publisher name)
# login
vsce login (publisher name)
# publish with token
vsce publish -p <token>

publish

# vsce build: A react-af-sinppets-version.vsix file will be generated locally
# `the vscode: prepublish` command is also executed
vsce package
# vsce publish
vsce publish

only vsce publish

# vsce publish
vsce publish

output:

PS F:\workspace\xxx> vsce publish
Executing prepublish script 'npm run vscode:prepublish'...

> xxx@1.0.3 vscode:prepublish F:\workspace\xxx
> npm run compile

> xxx@1.0.3 compile F:\workspace\xxx
> tsc -p ./

Publishing xxx.xxx@1.0.3...
 DONE  Published xxx.xxx@1.0.3
Your extension will live at https://marketplace.visualstudio.com/items?itemName=xxx.xxx (might take a few seconds for it to show up).

Publishing Extension

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