Skip to content

Commit

Permalink
[vimfile] - Add peaksea theme for vimdiff.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-tang committed Aug 30, 2013
1 parent 705c2ac commit 680a324
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@
[submodule "bundle/sourcebeautify"]
path = bundle/sourcebeautify
url = git://github.com/michalliu/sourcebeautify.vim.git
[submodule "bundle/peaksea"]
path = bundle/peaksea
url = https://github.com/vim-scripts/peaksea.git
9 changes: 8 additions & 1 deletion bundle/Config/plugin/config.vim
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
" 色彩主题
colo molokai
if $TERM == "xterm-256color"
set t_Co=256 " 256 色
endif

" color scheme for vimdiff
if &diff
set background=dark
colorscheme peaksea
else
colorscheme molokai
endif

" 关闭兼容模式
set nocompatible
" 开启魔法匹配
Expand Down
2 changes: 1 addition & 1 deletion bundle/bufexplorer
Submodule bufexplorer updated 2 files
+6 −2 doc/bufexplorer.txt
+44 −48 plugin/bufexplorer.vim
2 changes: 1 addition & 1 deletion bundle/jsruntime
2 changes: 1 addition & 1 deletion bundle/less
Submodule less updated 3 files
+16 −8 README.md
+1 −0 ftplugin/less.vim
+24 −4 syntax/less.vim
2 changes: 1 addition & 1 deletion bundle/molokai
Submodule molokai updated 2 files
+6 −1 README.md
+57 −4 colors/molokai.vim
2 changes: 1 addition & 1 deletion bundle/nerdtree
Submodule nerdtree updated from 40d05a to b0bb78
1 change: 1 addition & 0 deletions bundle/peaksea
Submodule peaksea added at 2051d4
2 changes: 1 addition & 1 deletion bundle/sourcebeautify
Submodule sourcebeautify updated 1 files
+11 −6 plugin/sourcebeautify/sourcebeautify.vim
2 changes: 1 addition & 1 deletion bundle/vim-fugitive
Submodule vim-fugitive updated 4 files
+18 −0 CONTRIBUTING.markdown
+9 −39 README.markdown
+4 −0 doc/fugitive.txt
+89 −55 plugin/fugitive.vim
2 changes: 1 addition & 1 deletion bundle/vim-javascript
Submodule vim-javascript updated 7 files
+50 −20 README.md
+0 −89 Rakefile
+7 −0 ftdetect/javascript.vim
+0 −539 indent/html.vim
+135 −26 indent/javascript.vim
+196 −149 syntax/javascript.vim
+0 −0 tmp/.keep
2 changes: 1 addition & 1 deletion bundle/vim-markdown
Submodule vim-markdown updated from 3309ad to 12ec4c
2 changes: 1 addition & 1 deletion bundle/vim-pathogen
Submodule vim-pathogen updated 3 files
+14 −0 CONTRIBUTING.markdown
+2 −2 README.markdown
+7 −9 autoload/pathogen.vim
2 changes: 1 addition & 1 deletion bundle/vitality
Submodule vitality updated 2 files
+5 −1 doc/vitality.txt
+5 −6 plugin/vitality.vim
2 changes: 1 addition & 1 deletion bundle/zencoding-vim
Submodule zencoding-vim updated from 8c072f to a6ca68

0 comments on commit 680a324

Please sign in to comment.