ubmit / apprentice-windows-terminal

πŸ§™ a port of Romain Lafourcade's Apprentice colorscheme for Windows Terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apprentice-windows-terminal

Author


πŸ“Œ Table of Contents

πŸ“œ Introduction

A port of Romain Lafourcade's Apprentice colorscheme for Windows Terminal.

πŸ‘· Installation

Setup

Start Windows Terminal and click on the down arrow symbol K from menu bar. This will open a drop down menu from which select Settings option. Alternatively use Ctrl + , to open Settings directly.

In the settings.json settings file for Windows Terminal, find the schemes section and paste the content of apprentice.json.

"schemes": [
  {
    "name" : "Apprentice",
    "background" : "#262626",
    "black" : "#1C1C1C",
    "blue" : "#5F87AF",
    "cyan" : "#5F8787",
    "foreground" : "#BCBCBC",
    "green" : "#5F875F",
    "purple" : "#5F5F87",
    "red" : "#AF5F5F",
    "white" : "#6C6C6C",
    "yellow" : "#87875F",
    "brightBlack" : "#444444",
    "brightBlue" : "#8FAFD7",
    "brightCyan" : "#5FAFAF",
    "brightGreen" : "#87AF87",
    "brightPurple" : "#FF92DF",
    "brightRed" : "#FF8700",
    "brightWhite" : "#FFFFFF",
    "brightYellow" : "#FFFFAF"
  }
]

πŸƒ Getting Started

Activation

"profiles": {
  "defaults": {
      "colorScheme" : "Apprentice"
  }
}

πŸ™ Acknowledgments

Thanks to Romain Lafourcade's for creating the Apprentice theme.

About

πŸ§™ a port of Romain Lafourcade's Apprentice colorscheme for Windows Terminal.

License:MIT License