Nord Theme for Windows Terminal with more contrast dark background.
Run the install.ps1
PowerShell script to install the colorscheme via Windows Terminal JSON Fragments
.\install.ps1
Note To allow the execution of the installation script without having to relax the Execution Policy of the entire system, you can unblock the
install.ps1
file using the Unblock-File PowerShell cmdlet.Unblock-File .\install.ps1