utils: improve highlighting in multi-column output
The yellow background made the text unreadable for light-on-dark color schemes. Fix by making the highlighted text just bold. Fixes Homebrew/homebrew#45028. Closes Homebrew/homebrew#45030. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
017a501471
commit
4ac345ca61
@ -43,7 +43,7 @@ class Tty
|
||||
end
|
||||
|
||||
def highlight
|
||||
bold 43
|
||||
bold 39
|
||||
end
|
||||
|
||||
def width
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user