Giter VIP home page Giter VIP logo

windows-terminal-base16-term's Introduction

windows-terminal-base16-term

Convert base16-shell to Windows Terminal schemes.

Windows Terminal in Cupcake

Applied scheme to WSL.

cupcake

How to add scheme to Windows Terminal

First, open Windows Terminal Settings file. You can press Ctrl + , or find it at the top of the terminal.

Then, you will find lines like these:

// .......
        "source": "Windows.Terminal.Wsl"
    }
],

// Add custom color schemes to this array
"schemes": [],

// Add any ....
// ........

Replace "schemes":[]with content in schemes.json, you can find it in releases. Don't forget with the ,(comma).

Add the scheme you choosed to terminal profile:

{
  "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
  "hidden": false,
  "name": "Ubuntu-18.04",
  "colorScheme" : "base16-cupcake",// Here.
  "fontFace": "DejaVuSansMono NF",
  "source": "Windows.Terminal.Wsl"
}

ColorScheme is the name of the scheme.
Because of the limitation of the Windows Terminal, you may need to add cursorColor manually.
The white color in the scheme is recommended.

You can get more information here.

For a better experience, I suggest you to install Nerd Font with Windows Compatible.

Generate schemes json by yourself

git clone https://github.com/moeKiwiSAMA/windows-terminal-base16-term.git
cd windows-terminal-base16-term
python3 generate.py

windows-terminal-base16-term's People

Contributors

lori3f6 avatar moekiwisama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

lori3f6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.