From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22085 invoked by alias); 28 Oct 2010 09:02:43 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15511 Received: (qmail 20667 invoked from network); 28 Oct 2010 09:02:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at cl.cam.ac.uk does not designate permitted sender hosts) Date: Thu, 28 Oct 2010 09:53:39 +0100 From: David Evans To: zsh-users@zsh.org Subject: Completion menu highlight colour Message-ID: <20101028085338.GA9376@cl.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) This is stupidity on my part, because I it working a few days ago. Completion menu selection works fine using zstyle ':completion:*' menu select=2 So, how am I supposed to alter the colour of the highlight? Simply adding ma=... to the list-colours style seems odd (and also doesn't seem to have any effect). But, as I said, I sorted this out before... Thanks!