I’m using Manjaro i3. The default terminal urxvdt changes the colors somehow. For example, I wrote a program in GO that uses tint ( tint package - github.com/lmittmann/tint - Go Packages ) to display log messages in color. The default ANSI colors are changed somehow.
Here is an example, showing that how it is supposed to look:
Info message should be green but it is gray. Warning should be bright yellow, but it is pale yellow. Field names like “service=” should be gray, but they are white etc.
It is not just tint. It alters the color of many other programs.
It would be fine if it only altered the colors sightly. But sometimes the colors are completely wrong, for example the bright green color of INF is changed to light gray, which is unacceptable.
How can I reset the colors (at least the standard 16 ANSI colors) back to their defaults?
They are not the original 100% RGB colors (e.g. red is not FF0000). The original 100% intensity pure colors like FF0000 or 00FF00 look too bright on my OLED screen. These are softer, but they are very close (e.g. yellow looks yellow, and not grey.)