The Microsoft Console Colortool
Updated: Nov 15, 2021
Today I stumbled upon Microsoft’s Console ColorTool. I’ve long played around with the color scheme of my Windows Console to make things more readable and improve the aesthetic (with not much luck). This awesome tool let’s me make color changes easily, and the changes show up in Command Prompt, PowerShell, and Windows Subsystem for Linux Console. Nice.
To quickly get started with ColorTool, here are some steps:
-
Download the latest
ColorTool.zip
from GitHub Releases and unzip it -
Add the unzipped files to your
PATH
. For example, I unzipped to files toC:\ColorTool
then added that folder to myPATH
. For reference, the contents of that folder are below├── ColorTool.exe └── schemes ├── OneHalfDark.itermcolors ├── OneHalfLight.itermcolors ├── campbell-legacy.ini ├── campbell.ini ├── cmd-legacy.ini ├── deuteranopia.itermcolors ├── solarized_dark.itermcolors └── solarized_light.itermcolors
-
Run
colortool
to see the full help menu -
Run
colortool --schemes
to display available schemes -
Run
colortool --both <scheme>
to apply the given scheme to both the current console and the defaults. My current favorite is campbell-legacy, so I rancolortool --both campbell-legacy
-
Save your changes by doing
- Right-click your current console window
- Click Properties
- Click OK