https://github.com/emberstone-theme/vscode
π» Emberstone theme for Visual Studio Code
https://github.com/emberstone-theme/vscode
Last synced: 5 months ago
JSON representation
π» Emberstone theme for Visual Studio Code
- Host: GitHub
- URL: https://github.com/emberstone-theme/vscode
- Owner: Emberstone-theme
- License: other
- Created: 2024-08-16T15:30:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T21:40:18.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:12:02.631Z (over 1 year ago)
- Size: 1.46 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Emberstone for VS Code
[](https://marketplace.visualstudio.com/items?itemName=Emberstonetheme.emberstone "License")
[](#license "License")

A vibrant, dark theme with warm accents to boost focus. Designed for those seeking a solid, lively environment thatβs easy on the eyes.
## Preview
## Install theme
### From marketplace
Install from Marketplace : https://marketplace.visualstudio.com/items?itemName=Emberstonetheme.emberstone
### From sources
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:
1. **Open Visual Studio Code.**
2. **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`.
3. **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.vsix` file.
4. **Activate the Theme**:
- After installation, activate the theme by opening the Command Palette (`Ctrl+Shift+P`), typing "Color Theme," and selecting `Emberstone` from the list.
This method allows you to install the theme directly from your local development environment without needing to publish it to the marketplace first.
## Building theme
First, ensure you have the tools to publish/build VSCode extensions:
```bash
npm install -g @vscode/vsce
```
To recreate the `.vsix` file, use this command:
```bash
vsce package
```
This will generate a `.vsix` file that you can [install from Visual Studio Code](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) following the instructions provided above.
## π¬ Contributing
We welcome contributions! Whether it's reporting a bug, requesting a new feature, or directly improving the themes, your input helps shape Emberstone.
## π’ Feedback & Support
Found a bug? Have a feature request? Head over to the project issue page to let us know.
## π License
Emberstone is open-source and available under the MIT License.