A tool that can change color theme of Windows Terminal conveniently and easily!
The default Windows Terminal is nothing like the one on the official video...How can we change its color theme easily? Use wtcolor
.
The color theme comes from mbadolato/iTerm2-Color-Schemes.
npm install -g wtcolor
# Use 'wtcolor' in Windows Terminal
wtcolor
-
The path of configuration file
I found the official documation about this:
The settings are stored in the file
$env:LocalAppData\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\profiles.json
So I'm assuming that the configuration file path is the same as above no matter where you downloaded and installed it. If not,
wtcolor
gives you the chance to input the path manually. If the given path is correct, it will be saved locally and you don't have to input it again.
All guys have used wtcolor
! Hope for your feedback.