Skip to content

moeKiwiSAMA/Windows-terminal-base16-term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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