Overview Version History Q & A Rating & Review
High Contrast | Practical+Elegant
Get the Minimal Kiwi theme into your VS Code.
Immerse yourself in the refreshing allure of Kiwi Theme by Pranjal Kumar: A minimalistic, vibrant VSCode theme that harmonizes productivity with the soothing hues of green.
Table of Content
Screenshots
How to install
There are 3 ways to install this extension:
Install from Marketplace Website
Install in VS Code
Launch Quick Open :
Paste the following command and press Enter
:
ext install PranjalKumar.minimal-kiwi
And pick the one published by Pranjal Kumar as author
Install from a VSIX file
Download minimal-kiwi-x.x.x.vsix
file from Github Repository Releases
Launch Command Palette :
Paste the following command and press Enter
:
Extensions: Install from VSIX
Select to the .vsix file you downloaded just now
How to Activate
Launch Command Palette :
Select Preferences: Color Theme
Select Minimal Kiwi
from the list
And then, Enjoy!
How to Contribute
Open for contributions.
Learn more about creating extensions .
Fork & Clone the repo
git clone git@github.com:{YOUR_GITHUB_USERNAME}/minimal-kiwi.git
Move to the minimal-kiwi
directory
cd minimal-kiwi
Make the required changes in color-schema & other properties in: ./themes/Minimal Kiwi-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 minimal-kiwi-{VERSION}.vslx
file. If not then resolve the errors being caused.
Commit & push the updated changes. Then make a PR to this repo .
Contributors
Show your support
Hit the ⭐ if you liked this project!