Hacker News new | ask | show | jobs
by makecheck 5288 days ago
Here's a couple of edits that will pull colors from the 256-color (XTerm) palette and make the titles bold:

  blue_highlight=`echo "\033[0;38;5;68m"`                                                                                                      
  brown_highlight=`echo "\033[0;1;38;5;202m"`
  . . .
  . . . (end of script)
  echo "\033[0m"
1 comments

Thanks, fixed in master. Also updated so only uses colors via a -c argument.