🔹 Report Bug 🔹 Discuss 🔹 Request Feature 🔹
🔹
Open Source
🔹
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.
There are 3 ways to install this extension:
-
Install from Marketplace Website
- You can install this theme through the Visual Studio Code Marketplace
- Click
Install
button and allow it to launch VS Code
-
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
- Download
- Launch Command Palette:
- Select
Preferences: Color Theme
- Select
Minimal Kiwi
from the list - And then, Enjoy!
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
directorycd 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 andYeoman
&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.
Hit the ⭐ if you liked this project!