Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TCMD and TCC Colors

Jul
348
1
Why is it seeming impossible for me to gel these two programs to have black backgrounds? I have tried several variations and I end up with blue.
 
Ah me... so uninstalling and reinstalling TCMD wouldn't help, would it? 'Cause I don't see anywhere to change / fix this.

I found the command in tcstart that dictated white on blue, and that cured tcc, but not tcmd.
 
Last edited:
Here are a couple .REG files. Either one, when imported into the registry, will set the colors in HKCU\Console to default values. The old colors go back decades; the new ones (my preference) are more recent, basically the same but a little subdued. If you also have a registry key like HKCU\Console\Path_to_TCC.exe (I have many, see below) and that key contains color values (ColorTable00 - ColorTable15), you might also delete those color values. That should reset the colors in consoles.

1737387444191.webp


I also have this in TCMD.INI. I believe they correspond to the new console colors.

Code:
[TabColors]
TabColor00=0x0C0C0C
TabColor01=0xC50F1F
TabColor02=0x13A10E
TabColor03=0xC19C00
TabColor04=0x0037DA
TabColor05=0x881798
TabColor06=0x3A96DD
TabColor07=0xCCCCCC
TabColor08=0x767676
TabColor09=0xE74856
TabColor10=0x16C60C
TabColor11=0xF9F1A5
TabColor12=0x3B78FF
TabColor13=0xB4009E
TabColor14=0x61D6D6
TabColor15=0xF2F2F2
 

Attachments

Vince, I used the "old" colors, and that did it! Many, many thanks!

Question: When I run TCMD, it also has PowerShell and a CMD tabs. These remained with blue backgrounds. Is there a way to get these to black backgrounds as well?

Chuck
 
Question: When I run TCMD, it also has PowerShell and a CMD tabs. These remained with blue backgrounds. Is there a way to get these to black backgrounds as well?

Not sure. Look in the ...PowerShell and ...CMD subkeys of HKCU\Console and see if colors are defined. That might be doing it.
 
Back
Top