Emerald Eclipse
Screenshots
Installation
- Open Visual Studio Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Emerald Eclipse"
- Click Install to install it
- Code/File > Preferences > Color Theme > Emerald Eclipse
Supported Languages
- JavaScript
- Vuejs
- HTML/CSS
- PHP
- Blade
- Markdown
How to Contribute
Open for contributions.
Fork & Clone the repo
git clone git@github.com:{YOUR_GITHUB_USERNAME}/emerald-eclipse.git
Move to the emerald-eclipse directory
cd emerald-eclipse
Make the required changes in color-schema & other properties in: ./themes/Emerald-Eclipse-color-theme.json . Also update the version in ./package.json .
For packaging we're using vsce package and Yeoman & generator-code for management. So install the required dependencies.
npm install -g vsce yo generator-code
Then package the changes, to be pushed into Marketplace
vsce package
This should generate a emerald-eclipse-{VERSION}.vslx file. If not then resolve the errors being caused.
Commit & push the updated changes. Then make a PR to this repo.
| |