|
|
|
|
|
by pjvandehaar
3237 days ago
|
|
iTerm2 lets you force a minimum contrast, which solves the contrast problem while still letting you use colors. Lots of programs display hard-to-see colors (red-on-black for me too), so it makes sense to address this problem at the terminal level. From https://www.iterm2.com/documentation-highlights.html: > Sometimes an application will display text with a color combination that is hard to read. Colorblind users in particular may find certain combinations hard to see if the colors differ only in hue and not brightness. If you enable minimum contrast (under Preferences > Profiles > Colors > Minimum contrast, then iTerm2 will guarantee a minimum level of brightness difference between the foreground and background color of every character. If you set this to its maximum value, then all text will be black or white. BTW, I actually like having the git hashes almost invisible. I don't need to see the hash, I just want to double-click to copy it. |
|