Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
A dark theme for the Windows 10 Console, supports both PowerShell and cmd.exe.
There are 3 parts to configure; all of them are optional:
<details><summary><strong>Powershell colors</strong></summary> <p>(Get-Module PSReadLine).Version.Major
Install-Module -Name posh-git -AllowPrerelease -Force
. If you don't have an -AllowPrerelease
flag, upgrade PowerShellGet with Install-Module -Name PowerShellGet -Force
first. If that still doesn't work, see this reported fix (thanks @LukeSavefrogs!).ColorTool
directory, and run install.cmd
.$profile
file.<sup>1</sup>Properties
, then on the Font
tab choose Consolas. Click OK
to save.Set the environment variable prompt
to the value in this file. These crazy strings are called ANSI Escape Sequences.
In Windows 10, the titlebar color can be set system-wide in Settings → Personalization → Colors → Custom color → More → #262835.
</p> </details>See our FAQ section for answers, or open an issue for help.