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
#vim bot about apprentice and its author Romain Lafourcade
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",
...