Message from discussion
change display colors. which rule causes which color?
Received: by 10.66.83.40 with SMTP id n8mr3227213pay.42.1349132437244;
Mon, 01 Oct 2012 16:00:37 -0700 (PDT)
X-BeenThere: vim_use@googlegroups.com
Received: by 10.68.141.133 with SMTP id ro5ls25165354pbb.1.gmail; Mon, 01 Oct
2012 16:00:29 -0700 (PDT)
Received: by 10.68.232.1 with SMTP id tk1mr4655469pbc.7.1349132429770;
Mon, 01 Oct 2012 16:00:29 -0700 (PDT)
Received: by 10.68.232.1 with SMTP id tk1mr4655468pbc.7.1349132429761;
Mon, 01 Oct 2012 16:00:29 -0700 (PDT)
Return-Path: <richard.ember...@gmail.com>
Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49])
by gmr-mx.google.com with ESMTPS id js4si1825987pbb.2.2012.10.01.16.00.29
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 01 Oct 2012 16:00:29 -0700 (PDT)
Received-SPF: pass (google.com: domain of richard.ember...@gmail.com designates 209.85.220.49 as permitted sender) client-ip=209.85.220.49;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of richard.ember...@gmail.com designates 209.85.220.49 as permitted sender) smtp.mail=richard.ember...@gmail.com; dkim=pass header...@gmail.com
Received: by padbi5 with SMTP id bi5so5071702pad.36
for <vim_use@googlegroups.com>; Mon, 01 Oct 2012 16:00:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=message-id:date:from:user-agent:mime-version:to:subject:references
:in-reply-to:content-type:content-transfer-encoding;
bh=tYMaGrQf0NLvuRU429oiVW+Ypzis1LaHGxK5HU3CN8g=;
b=v2TeVcgNY8S1ow9li2c2TsYQwifggwVNwDtSUJ6IqvChcUYF7uAIlbrSyZa7mNFLzg
Z6OBprpetBvkR5gm3m4WTebyBySGkAlo3swZTYZX1cSlHSW9yL4CCxoPshCatHWuofYz
qlPOSa/UJuJfdK1KVqnUDzvgjgpf3uB1qZBaM2Z7iPIaKtBzIEzaxRyPx6rrkN9p2CFJ
Btqcck2kRZdrfeigTZbgiJwpZMSwluttYX4Z0OlvDQVdLOXPEv2jddpShnQiQY/VgyME
BzioV7/912PA8LWVfdDe7mAKP+nEStlMDV7NwfXfUacfWVEJhERphecZiUt4+83a8LY+
Y4gA==
Received: by 10.68.224.161 with SMTP id rd1mr45307907pbc.49.1349132429271;
Mon, 01 Oct 2012 16:00:29 -0700 (PDT)
Return-Path: <richard.ember...@gmail.com>
Received: from [192.168.0.50] (64-142-89-124.dsl.static.sonic.net. [64.142.89.124])
by mx.google.com with ESMTPS id f9sm11061901paz.1.2012.10.01.16.00.27
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 01 Oct 2012 16:00:28 -0700 (PDT)
Message-ID: <506A208A.6030...@gmail.com>
Date: Mon, 01 Oct 2012 16:00:26 -0700
From: richard emberson <richard.ember...@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0
MIME-Version: 1.0
To: vim_use@googlegroups.com
Subject: Re: change display colors. which rule causes which color?
References: <k4d5m2$5q...@ger.gmane.org>
In-Reply-To: <k4d5m2$5q...@ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
To see the "group" I use:
map <F10> :echo "hi<"
synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">"<CR>
To see the colors associated with a group use:
:highlight "groupname"
I also have a color chooser
https://github.com/megaannum/forms/blob/master/images/examples_colorchooser.png
which is part of the Forms library:
https://github.com/megaannum/forms
http://www.vim.org/scripts/script.php?script_id=4150
and a color schemer viewer (built on top of Forms)
https://github.com/megaannum/colorschemer
http://www.vim.org/scripts/script.php?script_id=4240
Richard
On 10/01/2012 03:32 PM, Gelonida N wrote:
> I'm having terminal-windows with dark backgrounds.
>
> The problem is, that all dark blue colors are very difficult to recognize.
>
> Ideally I'd like to change all dark blue vim colors into a lighter blue
> or another color.
>
>
> My Questions:
>
> Is there an easy way to globally change one color with another.
>
> Alternatively.
>
> If I see something in a color, that I don't like.
>
> Is there any way to place my cursor on the 'badly' coloured word and
> find out which rule set the color for that word?
>
--
Quis custodiet ipsos custodes