Skip to content
Snippets Groups Projects
Commit 4ac345ca authored by Martin Afanasjew's avatar Martin Afanasjew Committed by Mike McQuaid
Browse files

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: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 017a5014
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class Tty
end
def highlight
bold 43
bold 39
end
def width
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment