GitHub - habamax/apprentice-term: vim-apprentice colorscheme to your 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", ...

