An outta space Visual Studio Code theme
You can install directly from the Extensions tab hitting (CTRL + Shift + X).
To create the theme you will need Node.js installed.
First clone this repo
git clone https://github.com/vinisaveg/cosmos-theme.git
cd cosmos-theme
To generate the theme you will need Visual Studio Code Extension Manager
npm i -g vsce
Generate the theme as a vsix package
vsce package
Installing the theme
code --install-extension ./cosmos-theme-1.0.0.vsix
This theme will always be open to the community. Feel free to send any suggestion, feature, bug fixes or anything to help it's development.
Found any bug? Feel free to report it.