powershell icon indicating copy to clipboard operation
powershell copied to clipboard

🧛🏻‍♂️ Dark theme for PowerShell and cmd.exe

Results 7 powershell issues
Sort by recently updated
recently updated
newest added

**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: ![Snipaste_2023-04-04_14-40-54](https://user-images.githubusercontent.com/101185502/229709696-7d49204e-cc4f-45b2-acf7-48deb9e4544d.png) After adding `"InlinePrediction" = [ConsoleColor]::DarkGray`: ![Snipaste_2023-04-04_14-40-33](https://user-images.githubusercontent.com/101185502/229709691-893463fa-c38c-4009-8c28-8dac59b55954.png) 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...