Skip to content

Commit

Permalink
use ir_black colorscheme in terminal if 256 colors are available
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Jan 29, 2011
1 parent 3c1c0c0 commit 22d0902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions gvimrc
@@ -1,6 +1,7 @@
colorscheme wombat
if has("mac")
set guifont=Monaco:h12.00
set fuopt=maxhorz,maxvert
else
set gfn=DejaVu\ Sans\ Mono\ Bold\ 10
end
Expand Down
6 changes: 3 additions & 3 deletions vimrc
Expand Up @@ -77,9 +77,9 @@ if version >= 700
autocmd FileType tex setlocal spell spelllang=en_us
endif

if has("gui_running") && has("mac")
set fuopt=maxhorz,maxvert
end
if &t_Co == 256
colorscheme ir_black
endif

" Highlight trailing whitespace
autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
Expand Down

0 comments on commit 22d0902

Please sign in to comment.