From 4ac345ca61343d6a98f3a366d820d39dbb38ecd7 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Fri, 16 Oct 2015 15:24:16 +0200 Subject: [PATCH] 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 --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 528bedd796..2fba312d67 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -43,7 +43,7 @@ class Tty end def highlight - bold 43 + bold 39 end def width