Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: colorize vim highlight lines as well #21

Open
sagotsky opened this issue Mar 24, 2015 · 5 comments
Open

Feature request: colorize vim highlight lines as well #21

sagotsky opened this issue Mar 24, 2015 · 5 comments

Comments

@sagotsky
Copy link

My .vimrc and theme files are full of things like:

  highlight VertSplit       ctermfg=235 ctermbg=235
  highlight SpellBad          ctermfg=229 cterm=underline
  hi normal ctermbg=black
  hi Pmenu                     ctermfg=gray ctermbg=235 gui=NONE
  hi PmenuSel                  ctermfg=white ctermbg=236 gui=NONE

They're almost completely meaningless to me.

I would love it if this plugin could highlight those as well. I figure this part of the plugin could only target buffers where filetype=vim and even within that only numbers following a ctermfg or ctermbg.

Thanks!

@lilydjwg
Copy link
Owner

It's a nice idea, but targeting specific filetypes is not very easy because the highlights are local to windows. It's doable, but it's long since last time I touched the code, and I meant to rewrite it but didn't have the time and push to do it.

Maybe you can give coloresque a try?

@sagotsky
Copy link
Author

No problem, thanks for getting back to me. I hadn't heard of coloresque
yet.

On Tue, Mar 24, 2015 at 9:25 AM, 依云 [email protected] wrote:

It's a nice idea, but targeting specific filetypes is not very easy
because the highlights are local to windows. It's doable, but it's long
since last time I touched the code, and I meant to rewrite it but didn't
have the time and push to do it.

Maybe you can give coloresque
https://github.com/gorodinskiy/vim-coloresque a try?


Reply to this email directly or view it on GitHub
#21 (comment).

@pickfire
Copy link

pickfire commented Aug 3, 2015

You can also try https://github.com/chrisbra/NrrwRgn, although it is a bit slower.

@chrisbra
Copy link

You mean https://github.com/chrisbra/Colorizer ? Why do you think it is slower?

@pickfire
Copy link

@chrisbra Maybe because it have more features?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants