- Website with themes https://windowsterminalthemes.dev/
- Open file C:\Users\Personal Computer\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
- Find section "schemes": []
- Extend section with this
{
"background": "#292520",
"black": "#121418",
"blue": "#1398B9",
"brightBlack": "#675F54",
"brightBlue": "#5FDAFF",
"brightCyan": "#84F088",
"brightGreen": "#98E036",
"brightPurple": "#FF9269",
"brightRed": "#FF645A",
"brightWhite": "#F6F7EC",
"brightYellow": "#E0D561",
"cursorColor": "#F6F7EC",
"cyan": "#509552",
"foreground": "#E5C7A9",
"green": "#85C54C",
"name": "Earthsong",
"purple": "#D0633D",
"red": "#C94234",
"selectionBackground": "#121418",
"white": "#E5C6AA",
"yellow": "#F5AE2E"
},
{
"background": "#300A24",
"black": "#2E3436",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#BBBBBB",
"cyan": "#06989A",
"foreground": "#EEEEEC",
"green": "#4E9A06",
"name": "Ubuntu",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#B5D5FF",
"white": "#D3D7CF",
"yellow": "#C4A000"
}