preservim / vim-colors-pencil

Light (& dark) color scheme inspired by iA Writer
Other
606 stars 73 forks source link

problems installing #23

Closed arnauldb closed 4 years ago

arnauldb commented 7 years ago

Hello,

could you explain to me how to install via Vundle and how to activate this theme ?

Thank you,

OVlasiuk commented 7 years ago

Put this in your .vimrc:

Plugin 'reedes/vim-colors-pencil'

then, while in the same buffer with vimrc, run

:source % :PluginInstall

For Vundle version < 0.10.2, replace "Plugin" with "Bundle". In order to activate, run

:colorscheme pencil

in Vim; to make permanent, add this line to .vimrc.

arnauldb commented 7 years ago

thanks OVlasiuk.

That's what I did. I don't get the background as seen below however :

687474703a2f2f692e696d6775722e636f6d2f42594c4d6478352e6a7067

Am I missing something ?

OVlasiuk commented 7 years ago

Do you have something like

set background=light

in the .vimrc? Which of the two backgrounds doesn't work?

arnauldb commented 7 years ago

ok, thanks OVlasiuk, it is working now, I added

set background=light

to my .vimrc

daliusd commented 4 years ago

This one can be closed as well as question was answered.