terroo / vim-themes

The themes for Vim that I think are the coolest!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-themes

The themes for Vim that I think are the coolest!

vim-themes

Instalation

git clone https://github.com/terroo/vim-themes
mkdir -p ~/.vim
mv vim-themes/themes ~/.vim

Use

Insert the theme path in your .vimrc: source ~/.vim/themes/THEME_NAME.vim

Example

echo "source ~/.vim/themes/terroo-colors.vim" >> ~/.vimrc

If you want to use a ready vimrc

mv vim-themes/vimrc ~/.vimrc

Each theme has its own license, as well as its contact details and repository/author/contact and others.

for i in vim-themes/themes/*; do head $i | \
sed -n '/github\|Author\|Maintainer/p'; done

For more information see the links below

About

The themes for Vim that I think are the coolest!


Languages

Language:Vim Script 100.0%