Skip to content
Swastik Baranwal edited this page Feb 3, 2022 · 2 revisions

Q. Why doesn't the module check if this terminal has this color profile?
Ans. It is impossible to know which terminal supports which color profile as there is no standardized way to detect this. If you know a way to detect that terminal then you can always do a PR for it. As for myself I cannot check every single terminal in existence and add their detection logic.

Q. How can PowerShell/CMD support True Colors when running this module else it is not supported?
Ans. The module enables Virtual Terminal Processing via gookit/color module. Though this feature only started to support from Windows 10 Version 1607. If you also want to support True Color for lower Windows Version then you can use alternatives such as ConEmu.

Clone this wiki locally