How do I remove the dark blue that is used in tig in cygwin?

1.1k Views Asked by At

I have looked all over google and I am still unable to find the config param to get rid of the dark blue that is used by tig in the cygwin terminal. The Dark Blue just like when it is used in ls can be difficult to read and peruse.

Does anyone know how to change this setting?

Thank you in advance.

2

There are 2 best solutions below

2
On

Cygwin uses the mintty terminal emulator by default, which doesn't seem to give the ability to customize its colors. You might want to switch to Console2; it does offer this ability. I know of at least one legible color scheme, Solarized, available for it; but you may be able to find others.

1
On

You can change the color in your ~/.tigrc file. From version 2.0 all colors are documented in the system tigrc file. Take a look at the color section to get an idea of where blue is used. In older versions, you need to refer to the tigrc man page to see the color supported names. The default color settings are only "configured in the source code.

Alternatively, you could also change make the dark blue color more readable in the Cygwin terminal itself. For example, take a look at https://superuser.com/a/444766.