From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.240.136 with SMTP id la8cs65177icb; Thu, 3 Feb 2011 16:57:37 -0800 (PST) Received: by 10.90.26.11 with SMTP id 11mr8275878agz.91.1296781056850; Thu, 03 Feb 2011 16:57:36 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id i19si211490vcr.2.2011.02.03.16.57.36; Thu, 03 Feb 2011 16:57:36 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 69EB219783BD; Thu, 3 Feb 2011 19:57:36 -0500 (EST) Received: from mail-qw0-f50.google.com (mail-qw0-f50.google.com [209.85.216.50]) by rubyforge.org (Postfix) with ESMTP id 3D2C11858354 for ; Thu, 3 Feb 2011 19:00:36 -0500 (EST) Received: by qwd6 with SMTP id 6so1450124qwd.23 for ; Thu, 03 Feb 2011 16:00:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=RUWB/Fldp3zP3IH6k0RDaS5eABRvPELjr8GnpOWh8d4=; b=gByxSf9A+4CZW2jkUSaiDZ7OZ3y5PSi6MzhD7IimUY7cqO9A9fsQYmpeAYCX7xu4yl F4drFW+3iKuMD74EteV1fhdepsTzD22xceZleSxIJiEzl3ZvJJ9uIfk9BtDdtCjPeHLv W/TI0Ot13Q/33okn3NQvFJKws7ag1K01BLY30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=t8WQDpBoZNG+TWn7G7pDlXQofqKB348htJFTLmjz2LY7bYSobDLjplcOyJhYL4Y1wm ATEsYhTWJDxth9jkmWor/z45WkGfNwAA/UlPAZHMVL63bm7vkw7L6JevhX5g1UXHcILn nEdX8pQse7q+76mGpsHDE8e6dlweF39Da/mX4= MIME-Version: 1.0 Received: by 10.224.61.10 with SMTP id r10mr10312818qah.269.1296777634289; Thu, 03 Feb 2011 16:00:34 -0800 (PST) Received: by 10.229.218.79 with HTTP; Thu, 3 Feb 2011 16:00:34 -0800 (PST) In-Reply-To: <1295232827-sup-7356@ubook.local> References: <1295232827-sup-7356@ubook.local> Date: Fri, 4 Feb 2011 00:00:34 +0000 Message-ID: From: Hamish D To: Antono Vasiljev Cc: sup-talk Subject: Re: [sup-talk] Custom cursor color X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org > I trying to customize colors for sup and cannot find > any yaml key for cursor color (highlighted line moved by J/K). > Anyone can help me? Looking at lib/sup/colormap.rb it looks like you might want one of: :horizontal_selector_selected => { :fg => "yellow", :bg => "default", :attrs => ["bold"] }, :horizontal_selector_unselected => { :fg => "cyan", :bg => "default" }, Full list at http://gitorious.org/sup/mainline/blobs/next/lib/sup/colormap.rb#line28 Hamish Downer _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk