Base 16 themes for Microsoft Terminal https://github.com/microsoft/terminal
Find themes under output/microsoftterminal/schemes
I've modified the builder from: https://github.com/InspectorMustache/base16-builder-python
- Run
./pybase16.py update
- Run
./pybase16.py build
- pybase16_builder/updater.py (no longer clones templates)
- pybase16_builder/builder.py TemplateGroup, build() template_dirs variable
- Find yourself a builder from https://github.com/chriskempson/base16#builder-repositories
- I used the Python builder
python3 -m pip install pybase16-builder
- Make a temporary directory
- Run
pybase16 update
- Remove the contents of the templates/ directory and replace with the root directory of this repo (so that /templates/ is microsoftterminal/templates/)
- Run
pybase16 build
See the CHANGELOG for more information.
- Press the Clone or download button in the top right
- Copy the URL (link)
- Open the command line and change directory to where you wish to clone to
- Type 'git clone' followed by URL in step 2
$ git clone https://github.com/FredHappyface/base16-microsoftterminal-scheme
More information can be found at https://help.github.com/en/articles/cloning-a-repository
- Press the Clone or download button in the top right
- Click open in desktop
- Choose the path for where you want and click Clone
More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop
- Download this GitHub repository
- Extract the zip archive
- Copy/ move to the desired location
MIT License Copyright (c) Base24 Copyright (c) FredHappyface (See the LICENSE for more information.)