Skip to content

Instantly share code, notes, and snippets.

@delphym
Last active September 25, 2021 09:47
Show Gist options
  • Save delphym/9db0a21bfdadeae950b4bd1bc7538eae to your computer and use it in GitHub Desktop.
Save delphym/9db0a21bfdadeae950b4bd1bc7538eae to your computer and use it in GitHub Desktop.
WSL ColorSchemas

Based on the sources

Pretty much how to achive the color scheme settings for WSL is to apply a color scheme by the ColorTool to your CMD defaults (or both), e.g. ColorTool.exe -b campbell which would write into [HKEY_CURRENT_USER\Console] registry and import matching settings to its child of oyur WLS, e.g. Ubuntu HKEY_CURRENT_USER\Console\C:_Program Files_WindowsApps_CanonicalGroupLimited.UbuntuonWindows_1604.2018.510.0_x64__79rhkp1fndgsc_ubuntu.exe]

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console\C:_Program Files_WindowsApps_CanonicalGroupLimited.UbuntuonWindows_1604.2018.510.0_x64__79rhkp1fndgsc_ubuntu.exe]
"ColorTable00"=dword:00312700
"ColorTable01"=dword:00c77520
"ColorTable02"=dword:00058972
"ColorTable03"=dword:00859125
"ColorTable04"=dword:00241bd0
"ColorTable05"=dword:006e1bc6
"ColorTable06"=dword:000577a5
"ColorTable07"=dword:00cbe2e9
"ColorTable08"=dword:00261e00
"ColorTable09"=dword:00838170
"ColorTable10"=dword:00615a46
"ColorTable11"=dword:008f9081
"ColorTable12"=dword:001236bd
"ColorTable13"=dword:00b95658
"ColorTable14"=dword:006f6752
"ColorTable15"=dword:00dcf4fc
"InsertMode"=dword:00000000
"FontFamily"=dword:00000036
"FontWeight"=dword:00000190
"FaceName"="Consolas"
"FontSize"=dword:00100008
"ScreenColors"=dword:00000007
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console\C:_Program Files_WindowsApps_CanonicalGroupLimited.UbuntuonWindows_1604.2018.510.0_x64__79rhkp1fndgsc_ubuntu.exe]
"ColorTable00"=dword:000c0c0c
"ColorTable01"=dword:00da3700
"ColorTable02"=dword:000ea113
"ColorTable03"=dword:00dd963a
"ColorTable04"=dword:001f0fc5
"ColorTable05"=dword:00981788
"ColorTable06"=dword:00009cc1
"ColorTable07"=dword:00cccccc
"ColorTable08"=dword:00767676
"ColorTable09"=dword:00ff783b
"ColorTable10"=dword:000cc616
"ColorTable11"=dword:00d6d661
"ColorTable12"=dword:005648e7
"ColorTable13"=dword:009e00b4
"ColorTable14"=dword:00a5f1f9
"ColorTable15"=dword:00f2f2f2
"InsertMode"=dword:00000000
"FontFamily"=dword:00000036
"FontWeight"=dword:00000190
"FaceName"="Consolas"
"FontSize"=dword:00100008
"ScreenColors"=dword:00000007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment