A vibrant, dark theme with warm accents to boost focus. Designed for those seeking a solid, lively environment that’s easy on the eyes.
Install from Marketplace : https://marketplace.visualstudio.com/items?itemName=Emberstonetheme.emberstone
To install the theme from a .vsix file located at the root of your project (e.g., emberstone-x.x.x.vsix), follow these steps:
-
Open Visual Studio Code.
-
Access the Extensions View by clicking on the Extensions icon in the Activity Bar on the side of the window, or by pressing
Ctrl+Shift+X. -
Install from VSIX:
- Click on the three dots (
...) in the top-right corner of the Extensions view. - Select "Install from VSIX..." from the dropdown menu.
- In the file dialog that opens, navigate to the root of your project and select the
emberstone-x.x.x.vsixfile.
- Click on the three dots (
-
Activate the Theme:
- After installation, activate the theme by opening the Command Palette (
Ctrl+Shift+P), typing "Color Theme," and selectingEmberstonefrom the list.
- After installation, activate the theme by opening the Command Palette (
This method allows you to install the theme directly from your local development environment without needing to publish it to the marketplace first.
First, ensure you have the tools to publish/build VSCode extensions:
npm install -g @vscode/vsceTo recreate the .vsix file, use this command:
vsce packageThis will generate a .vsix file that you can install from Visual Studio Code following the instructions provided above.
We welcome contributions! Whether it's reporting a bug, requesting a new feature, or directly improving the themes, your input helps shape Emberstone.
Found a bug? Have a feature request? Head over to the project issue page to let us know.
Emberstone is open-source and available under the MIT License.
