Mercurial > utils
view win/reg/conhost.reg @ 656:a9def9e2e189
Moved conhost related setting to separate file as it influences WSL too!
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Sat, 14 Nov 2020 19:01:48 +0200 |
parents | |
children | f6dbff750ae0 |
line wrap: on
line source
Windows Registry Editor Version 5.00 ; https://blogs.msdn.microsoft.com/commandline/2017/06/20/understanding-windows-console-host-settings/ [HKEY_CURRENT_USER\Console] ; Enable/disable (0x1/0x0) selection coloring. "EnableColorSelection"=dword:00000001 ; Allow copy and paste from the command line. "QuickEdit"=dword:00000001 ; 0 black ; 1 blue ; 2 green ; 3 cyan ; 4 red ; 5 magenta ; 6 yellow ; 7 white ; 8 grey ; 9 light-blue ; A light green ; B light cyan ; C light red ; D light magenta ; E light yellow ; F light white ; 00000007 ~ 0xf<<4 | 0x0 ~ white background, black foreground. "ScreenColors"=dword:000000f0 "ColorTable00"=dword:00000000 "ColorTable01"=dword:00ff4500 "ColorTable02"=dword:00228b22 "ColorTable03"=dword:00ffa500 "ColorTable04"=dword:00000080 "ColorTable05"=dword:00b03060 "ColorTable06"=dword:00008b8b "ColorTable07"=dword:00c0c0c0 "ColorTable08"=dword:00808080 "ColorTable09"=dword:00696969 "ColorTable10"=dword:003cb371 "ColorTable11"=dword:00ffd700 "ColorTable12"=dword:000000ff "ColorTable13"=dword:00ff00ff "ColorTable14"=dword:0000ced1 "ColorTable15"=dword:00ffffff ; 0x28 X 0xa0 = 40x160. "WindowSize"=dword:2800a0