Skip to content

Commit

Permalink
Try out Mustang color scheme for awhile
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Vorwaller committed Mar 2, 2010
1 parent efa3d4a commit 9280fc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dotfiles/gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ if &background == "dark"
hi normal guibg=black
set transp=8
endif
:colorscheme darkz
":colorscheme darkz
:colorscheme mustang
set lines=65 columns=185
"set guifont=DroidSansMono:h12
set guifont=DejaVuSansMono:h13
Expand Down
5 changes: 3 additions & 2 deletions dotfiles/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ nnoremap <C-y> 2<C-y>
set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %p%%

:colorscheme darkz
":colorscheme darkz
:colorscheme mustang

" 'e'dit 'v'imrc)
nmap <silent> ,ev :e $MYVIMRC<CR>
Expand All @@ -81,7 +82,7 @@ nmap ,cd :lcd %:h
" map FuzzyFinderTextMate
let g:fuzzy_ignore = "*.log,*.png,*.jpg,vendor/**,"
let g:fuzzy_matching_limit = 70
let g:fuzzy_matching_limit = 40

map <leader>f :FuzzyFinderTextMate<CR>
map <leader>b :FuzzyFinderBuffer<CR>
Expand Down

0 comments on commit 9280fc4

Please sign in to comment.