powershell
powershell copied to clipboard
🧛🏻♂️ Dark theme for PowerShell and cmd.exe
**Description of the issue** I followed all of the instructions, but when I try to set the environment variable prompt, I get this error: ``` At line:1 char:5 + $E[1;32;40m→...
### Before: Black ground for texts (`40m`), looks awful in Windows Terminal with custom background settings. screenshot ### After: Changed `40m` to `49m` (transparent), for better look in Windows Terminal....
## Beep boop. Your images are optimized! Your image file size has been reduced by **14%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...
Automated installation instructions for Windows. Link: https://github.com/dracula/powershell/blob/master/INSTALL.md
The origin theme works well in Powershell. But in **_Windows Terminal_**, the inline prediction nearly integrate with the background:  After adding `"InlinePrediction" = [ConsoleColor]::DarkGray`:  No changes to display...
I was challenged to setup the Dracula theme on a windows machine without using the ColorTool. I did some digging into the registry settings for the Powershell and CMD colors...
Followed the [instructions](https://github.com/dracula/powershell/blob/master/INSTALL.md) but the prompt is not the same color as expected. Used `setx PROMPT "$E[1;32;40m→ $E[1;36;40m$p$E[1;35;40m› $E[1;37;40m"` to set the prompt I'm using windows 11 if you need...