From a2eaf7193c273bf47e79520e3beb4a84f69f9e76 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Tue, 7 Apr 2026 14:12:06 +0100 Subject: [PATCH] Fix muddling of default colours in manual --- ack | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ack b/ack index 9ab33623..a0ff06ea 100755 --- a/ack +++ b/ack @@ -2002,8 +2002,8 @@ There are four different colors ack uses: Aspect Option Env. variable Default -------- ----------------- ------------------ --------------- - filename --color-filename ACK_COLOR_FILENAME black on_yellow - match --color-match ACK_COLOR_MATCH bold green + filename --color-filename ACK_COLOR_FILENAME bold green + match --color-match ACK_COLOR_MATCH black on_yellow line no. --color-lineno ACK_COLOR_LINENO bold yellow column no. --color-colno ACK_COLOR_COLNO bold yellow