I have only read about it and seen pics.Huh? Where?
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console]
"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
I'm still confused. I had thought that your issue was only in Take Command, not in standalone consoles?@Charlws - remember back a couple three weeks ago I was having color issues, and then (you were adjusting something I suppose) and then all my colors went "right"? Well, they're doing it again and evidently they are supposed to be changing. I just don't like them.
echo %@iniwrite["%_ininame",TabColors,TabColor01,0x600000]
echo %@iniwrite["%_ininame",TabColors,TabColor09,0xff6060]
I'm still confused. I had thought that your issue was only in Take Command, not in standalone consoles?
If you want to darken up Take Command's idea of "blue", you could try:
I think the new colors are newer than Win 10 itself and have been updated a few times. Isn't it the Win 10 colors that you don't like? And aren't you jumping through hoops to get TCC and TCMD as you like them?Vince I'm unclear as to one thing: I've run win-10 now for what, a year? And it's only been in the last "upgrade" (just before the one that installed today) that the problem started. Does that mean that until that change Win-10 WAS running Win-7 colors?
And, after today's (auto) update, "my" colors seem to be holding. Shouldn't they have been "updated" again to the "new" Win-10 colors?
P.S., Are they not different from those in the .REG file you posted? (Look at HKCU\Console.)I think the new colors are newer than Win 10 itself and have been updated a few times. Isn't it the Win 10 colors that you don't like? And aren't you jumping through hoops to get TCC and TCMD as you like them?
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:00000000
"ColorTable01"=dword:00800000
"ColorTable02"=dword:00008000
"ColorTable03"=dword:00808000
"ColorTable04"=dword:00000080
"ColorTable05"=dword:00800080
"ColorTable06"=dword:00008080
"ColorTable07"=dword:00c0c0c0
"ColorTable08"=dword:00808080
"ColorTable09"=dword:00ff0000
"ColorTable10"=dword:0000ff00
"ColorTable11"=dword:00ffff00
"ColorTable12"=dword:000000ff
"ColorTable13"=dword:00ff00ff
"ColorTable14"=dword:0000ffff
"ColorTable15"=dword:00ffffff
As far as I know, the change last August was the first ever. Before that, he console had the same color palette going all the way back to MSDOS and the earliest versions of Windows.
Did you check to see if the palette actually changed in the last few weeks? The behavior of some API may have changed instead. Did you compare your colors now (HKCU\Console\ColorTable00 ...) to the ones I posted (which are from 8/2/2017)?
If you go back a few posts, I posted pics of the twi color schemes side by side. You're right, bright yellow doesn't look much like yellow.
I've read that the colors were introduced in build 16257, in August 2017.
The file you posted already has the new colors. I doubt updates will keep changing them.
I believe that a .REG file with the content below will give you the old default colors. I've been going back and forth between the Win 7 and Win 10 colors all day to try to figure out why, with the new Win 10 ones, TCMD shows me the old BLUE in the colors dialog but then gives me the new BLUE in a tab.
Code:Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Console] "ColorTable00"=dword:00000000 "ColorTable01"=dword:00800000 "ColorTable02"=dword:00008000 "ColorTable03"=dword:00808000 "ColorTable04"=dword:00000080 "ColorTable05"=dword:00800080 "ColorTable06"=dword:00008080 "ColorTable07"=dword:00c0c0c0 "ColorTable08"=dword:00808080 "ColorTable09"=dword:00ff0000 "ColorTable10"=dword:0000ff00 "ColorTable11"=dword:00ffff00 "ColorTable12"=dword:000000ff "ColorTable13"=dword:00ff00ff "ColorTable14"=dword:0000ffff "ColorTable15"=dword:00ffffff
So, I figure the colors in RTM 10240 were the same as in Windows 7 (and XP ... and 2000 ...).The Windows Console's colors are getting their first overhaul in more than 20 years!