Base16 color scheme based on the amazing VSCode theme Shades of Purple by Ahmad Awais.
- Table of Contents
- Screenshots
- Installation
- Roadmap
- Contributing
- Inspired By
- Thanks To
- Changelog
- License
- Install a base16 builder. I like pybase16, so this is what we're going to use in these instructions.
- Make a folder to hold all the builder's files. For example:
~/base16
. - In that folder, run
pybase16 update
. This will download all of the official base16 schemes and templates. - Now that all of the official schemes and templates have been downloaded, run
pybase16 build -s shades-of-purple
. - There will now be an
output
folder with all of the generated themes for various applications.
Alternatively, if you don't want to mess with the builders, I went ahead and generated all the output themes and sent them to another repository here.
See the open issues for a list of proposed features (and known issues).
If you are interested in helping contribute, please take a look at our Contributing guide.
- The amazing VSCode theme Shades of Purple by Ahmad Awais.
- Chris Kempson for the logo.
- Alex Meyer for the installation instructions.
See Changelog for a human-readable history of changes.
Distributed under the MIT License. See LICENSE for more information.