A light theme inspired by Ghibli's The Wind Rises for Visual Studio Code, originally created by heyitschun, with adjustments for improved input box visibility.
Install
Install using Command Palette
Go to View -> Command Palette or press Ctrl+Shift+P.
Then enter Install Extension.
Write Winds of Change.
Select it or press Enter to install.
Install using Git
If you are a git user, you can install the theme and keep it up to date by cloning the repo:
git clone https://github.com/eli-cushing/winds-of-change.git ~/.vscode/extensions/winds-of-change
cd ~/.vscode/extensions/winds-of-change
npm install
npm run build
Activating theme
Run Visual Studio Code.
The Winds of Change theme will be available from File -> Preferences -> Color Theme dropdown menu.
Features
Inspired by the calming tones of The Wind Rises by @heyitschun.
Adjusted input box visibility for better usability.
Enhanced readability across various UI elements.
Contributing
Fork and clone this repo: git clone https://github.com/<YOUR-USERNAME>/winds-of-change.
Create a branch for your changes: git checkout -b my-new-feature.
Install dependencies: npm install.
Open the winds-of-change folder in VSCode.
Hack away.
Build and examine your changes in an Extension Development Host.
Debug > Start Debugging or use F5 as a shortcut.
Commit and push your changes.
Submit a PR for discussion, keeping in mind that not all suggestions can be accepted.