/apprentice-term

vim-apprentice colorscheme to your terminal

Apprentice colors of your terminal

Bring beautiful Apprentice vim colors to some terminals.

A colorscheme as subtle, gentle and pleasant as its creator isn’t.
— vimgor
#vim bot about apprentice and its author Romain Lafourcade

wsltty

For windows, copy wsltty/themes/apprentice to ~/AppData/Roaming/wsltty/themes/ dir.

In wsltty options select apprentice theme:

100065664 1f703300 2e45 11eb 87fb 4fe25f166542
100065947 7b3abc00 2e45 11eb 9952 cf5e5931f579

Windows Terminal

Open windows terminal and press CTRL-, to edit settings.json.

Copy contents of windows_terminal/apprentice.json to the "schemes" section:

    "schemes": [
        {
            "name" : "Apprentice",

            "cursorColor": "#6c6c6c",
            "selectionBackground": "#8fafd7",

            ...

        }
    ],

Apply color scheme to your profiles:

    "profiles":
    [
        {
            "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
            "name": "PowerShell Core",
            "source": "Windows.Terminal.PowershellCore",
            "hidden": false,
            "colorScheme": "Apprentice",
            ...
100063502 5e50b980 2e42 11eb 8544 6ec210bc13c5
100063617 8cce9480 2e42 11eb 9160 8710f0cc391a