rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.99k stars 196 forks source link

terminal: doesn't work with limelight: need g:limelight_conceal_ctermfg #65

Open gauteh opened 7 years ago

gauteh commented 7 years ago

This is probably not your problem, but I wanted to point out that this scheme (dark/light) in terminal does not work with the limelight plugin: https://github.com/junegunn/limelight.vim#options

I get the error: g:limelight_conceal_ctermfg required. when trying to turn limelight on.

dkarter commented 6 years ago

@gauteh I am not experiencing the same issue - perhaps it was fixed already... If you do need to set those you can do that yourself like so

  let g:limelight_conceal_ctermfg = '#454d5a'
  let g:limelight_conceal_guifg = '#454d5a'

Just add these two lines to your vimrc.

gauteh commented 6 years ago

Dorian Karter writes on januar 7, 2018 23:54:

@gauteh I am not experiencing the same issue - perhaps it was fixed already... If you do need to set those you can do that yourself like so

  let g:limelight_conceal_ctermfg = '#454d5a'
  let g:limelight_conceal_guifg = '#454d5a'

Just add these two lines to your vimrc.

Thanks, that should do the trick. I updated my plugins / colorschemes and still the same (in terminal at least).