You are not logged in.

#1 2005-04-21 10:08:49

droog
Member
Registered: 2004-11-18
Posts: 877

vim theme pack

If you're getting bored with darkblue and elflord (the only 2 good themes imo) heres something to play with. this pack has 127 -4 that were causing conflicts because they're already distributed with vim. most of them are ugly, but there are quite a few decent ones in there.  heres the pkgbuild, the source link is crappy but it works and was all i could get.

#Contributer droog <NathanValentine@gmail.com>
pkgname=vimColorSamplerPack
pkgrel=1
pkgdesc="A theme pack for Vim and Gvim With 123 new themes"
url="http://www.vim.org"
depends=('vim')
source=(http://www.vim.org/scripts/download_script.php?src_id=3405)
md5sums=('f26a57afce984c8298ea0b7113d82802')

build() {
  mkdir -p $startdir/pkg/usr/share/vim/
  rm -f $startdir/src/colors/{blue,delek,desert,torte}.vim
  mv $startdir/src/colors/ $startdir/pkg/usr/share/vim/
  mv $startdir/src/plugin $startdir/pkg/usr/share/vim/
}

Offline

Board footer

Powered by FluxBB