- Open Extensions sidebar panel in VS Code.
View -> Extensions
- Search for
Blacky
- Click on Blacky
- Click Install to install it
- Click Reload to reload the editor
- Code > Preferences > Color Theme > Blacky
Here are some pics showcasing the Blacky Theme
DARK |
---|
Steps to create a new theme in VS Code
npm install -g yo
npm install generator-code -g
npx yo code
This command will guide you through setting up your extension, including selecting the theme type.
Open the project folder in your preferred code editor.
Navigate to the themes
folder in your project directory. This is where you'll define your theme's color scheme and styling.
Edit the .json
file in the themes
folder to define the color scheme and other theme-related settings. You can also use a tool like "Theme Color Picker" in VS Code to help you design the color palette.
use F5
to start a dev vscode.
There Select your theme.
To change your theme in the new vscode window use CTRL + K
+ CTRL + T
. Now a list of themes appear, select your development theme, it's shown there.
vsce login <publisher_id>
vsce publish
If You're facing the proxy problem
then use this command: vsce package
and then upload it manually from vsix file on marketplace
All code in CLI or Terminal
Enjoy!