Skip to content

Instantly share code, notes, and snippets.

View YDX-2147483647's full-sized avatar
🏠
ε•Šε•Šε•Šβ€”β€”οΌ

Y.D.X. YDX-2147483647

🏠
ε•Šε•Šε•Šβ€”β€”οΌ
View GitHub Profile
@YDX-2147483647
YDX-2147483647 / change-powershell-colors.md
Created January 15, 2023 07:23
You can change colors in PowerShell / Windows Terminal.

The default colors in PowerShell (or Windows PowerShell) can be unreadable / boring.

Example: If you use a black background and type pip --version, then --version will be BrightBlack and fade into the background.

There are many ways to change that.

  • Windows Terminal

    The shell only determines color names (e.g. BrightBlack), and it is the terminal who decides real colors (e.g. #767676).