GNOME Bugzilla – Bug 582861
Tango profile black color is not black
Last modified: 2017-12-29 20:23:14 UTC
Please describe the problem: The Tango profile's black is not black, but dark gray. This looks ugly when the background color is set to black over a black terminal window. Steps to reproduce: Run a program that explicitly sets the background color to black while using the Tango palette. Example: echo -e '\e[37;40mtest\e[0m' Actual results: http://img521.imageshack.us/img521/3223/screenshotterminal.png Expected results: Text on a black background. Does this happen every time? Only when the background is explicitly set to black by the application. Other information:
Easy fix (src/terminal-profile.c).
Created attachment 140897 [details] Proposed patch Please find a potential patch attached (got here following the gnome-love keyword, thanks!).
Committed; thanks! Unfortunately due to how the profile colours work, you have to re-set the schema to "Tango" in the profile prefs in order to get the right colour.
*** Bug 604141 has been marked as a duplicate of this bug. ***
FYI: This got reverted now and a different solution was found for the original problem ("This looks ugly when the background color is set to black over a black terminal window"). See bug 774619 for details and rationale.