ASoC: use termenv to detect color profile of terminals
There is a lot of colour detection used in the library that can be removed, and muesli/termenv can be used to which will reduce the number of lines of code and boilerplate.
One will have to study all the detect_platform files to understand how colour profile checking by the module manually.
Hello 👋🏼
If I want to take up this issue, what do I need to know and which files do I need to focus on. Thanks in advance!
Look at https://github.com/Delta456/box-cli-maker/blob/master/detect_unix.go and https://github.com/Delta456/box-cli-maker/blob/master/detect_windows.go to know where to start from.
Alright, I'm on to it