felipec / vim-felipec

Vim color scheme: dark, bright, simple.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 estilo, but it’s much more simple.

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

Screenshots

C screenshot JavaScript screenshot Ruby screenshot

Color palette

Color palette

Installation

Install with your favorite plugin manager.

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

Then in your .vimrc:

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

About

Vim color scheme: dark, bright, simple.


Languages

Language:Vim Script 53.0%Language:Ruby 37.5%Language:CSS 5.7%Language:Makefile 3.8%