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

Add ability to mimic highlight link behaviour in g:jellybeans_overrides #32

Open
oryband opened this issue Mar 16, 2014 · 2 comments
Open

Comments

@oryband
Copy link

oryband commented Mar 16, 2014

I wanted to do highlight link Folded Comment with jellybeans, but was first to actually do this instead, because there isn't such option:

let g:jellybeans_overrides = {
    \ 'Folded': {  " Copied settings from :highlight
        \ 'ctermfg': '244',
        \ 'gui': 'italic',
        \ 'guifg': '888888',
    \ }
\ }

Can this be added somehow?

@nanotech nanotech added request and removed request labels May 6, 2014
@docwhat
Copy link

docwhat commented Mar 19, 2015

s/first/forced/ I think. :-D

@mrjoel
Copy link

mrjoel commented Aug 15, 2017

I'll add a "me too" as well as an additional use case. This is useful not just for built-in values, but especially for plugins which add their own custom highlight definitions (e.g. vimwiki adds VimwikiHeader1-6). I'd like to be able to do something like the following, which would allow having the definitions separated in a single location.

let g:jellybeans_overrides = {
    \ 'VimwikiHeader1': {
        \ 'link': 'ConstantBold',
    \ }
\ }

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

No branches or pull requests

4 participants