Mercurial > dotfiles.old
comparison vimrc @ 128:51924b069324
Add Tomorrow-Night theme
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 30 Sep 2014 18:20:34 +0200 |
parents | 39f36bd51c23 |
children | 83a863716c11 |
comparison
equal
deleted
inserted
replaced
127:39f36bd51c23 | 128:51924b069324 |
---|---|
30 set lbr | 30 set lbr |
31 set tabstop=2 shiftwidth=2 | 31 set tabstop=2 shiftwidth=2 |
32 if has("gui_running") | 32 if has("gui_running") |
33 set background=dark | 33 set background=dark |
34 " color base16-ocean | 34 " color base16-ocean |
35 color hybrid | 35 color Tomorrow-Night |
36 else | 36 else |
37 color hybrid | 37 color Tomorrow-Night |
38 endif | 38 endif |
39 set guifont=Inconsolata\ for\ Powerline:h12 | 39 set guifont=Inconsolata\ for\ Powerline:h12 |
40 set autowrite | 40 set autowrite |
41 set hidden | 41 set hidden |
42 set hlsearch | 42 set hlsearch |