Saturday, March 3, 2018

Re: Diagnose spurious Conceal group highlight gui Greys

On Sun, Mar 4, 2018 at 3:17 AM, Josef Fortier <josef.fortier@gmail.com> wrote:
> Somehow something is setting my Conceal highlight with hard to read defaults. Verbose highlight Conceal shows:
> ctermfg=7 ctermbg=242 guifg=LightGrey guibg=DarkGrey
> With source in the sourced colorscheme, which seems reasonable except:
> 1) The exact same highlight shows up in 4 or 5 other colorschemes (of the 7-9 I tried).
> 2) Looking through the colorscheme shows nothing like that coloration.
> 3) Grepping for some clue as to where this is being set throughout /usr/share and local vim files, with no obvious candidates.
>
> I can deal with this by explicitly declaring a Conceal highlight, but I'd like to undestand both why, and how to fix it more elegantly.
>
> Thanks :-)

Here are the relevant RTFM sections:

:help :verbose
:help 'verbose'
:help :highlight-verbose

IOW,
:verbose hi Conceal
ought to tell you what you need to know. (You should still read the
help text, even though I gave you the answer.)


Best regards,
Tony.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: