Skip to content

Base24/base16-windows-terminal

Repository files navigation

Github top language Repository size Issues License Commit activity Last commit

base16-microsoftterminal

Project Icon

Base 16 themes for Microsoft Terminal https://github.com/microsoft/terminal

Find themes under output/microsoftterminal/schemes

Build it yourself

Use the builder in this repo

I've modified the builder from: https://github.com/InspectorMustache/base16-builder-python

  1. Run
./pybase16.py update
  1. Run
./pybase16.py build

Changes

  1. pybase16_builder/updater.py (no longer clones templates)
  2. pybase16_builder/builder.py TemplateGroup, build() template_dirs variable

Or go to the source

  1. Find yourself a builder from https://github.com/chriskempson/base16#builder-repositories
  2. I used the Python builder
python3 -m pip install pybase16-builder
  1. Make a temporary directory
  2. Run
pybase16 update
  1. Remove the contents of the templates/ directory and replace with the root directory of this repo (so that /templates/ is microsoftterminal/templates/)
  2. Run
pybase16 build

Changelog

See the CHANGELOG for more information.

Download

Clone

Using The Command Line

  1. Press the Clone or download button in the top right
  2. Copy the URL (link)
  3. Open the command line and change directory to where you wish to clone to
  4. 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

Using GitHub Desktop

  1. Press the Clone or download button in the top right
  2. Click open in desktop
  3. 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 Zip File

  1. Download this GitHub repository
  2. Extract the zip archive
  3. Copy/ move to the desired location

Licence

MIT License Copyright (c) Base24 Copyright (c) FredHappyface (See the LICENSE for more information.)