vim-felipec icon indicating copy to clipboard operation
vim-felipec copied to clipboard

Vim color scheme: dark, bright, simple.

trafficstars

felipec is my own personal vim colorscheme I've been tuning for several years.

Dark, bright, and simple.

Disillusioned with all the other colorschemes and generators I decided to create my own. The template format draws inspiration from https://github.com/jacoborus/estilo/[estilo], but it's much more simple.

There's also lightline and airline colorschemes, as well as xfce4-terminal and highlight.js themes.

== Screenshots ==

image:https://i.imgur.com/d8Xk0QS.png[C screenshot] image:https://i.imgur.com/KZR1q61.png[JavaScript screenshot] image:https://i.imgur.com/jFtGzuq.png[Ruby screenshot]

== Color palette ==

image:https://i.imgur.com/e0GW35t.png[Color palette]

== Installation ==

Install with your favorite plugin manager.

[source,sh]

git clone https://github.com/felipec/vim-felipec.git ~/.vim/pack/colors/start/felipec

Then in your .vimrc:

[source,vim]

colorscheme felipec let g:lightline = { 'colorscheme': 'felipec' } let g:airline_theme = 'felipec'