Skip to content

Instantly share code, notes, and snippets.

@sifue
Created February 23, 2012 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sifue/1892018 to your computer and use it in GitHub Desktop.
Save sifue/1892018 to your computer and use it in GitHub Desktop.
WindowsのGVimでカラースキームwombatの設定 ref: http://qiita.com/items/2757
"---------------------------------------------------------------------------
" カラー設定:
"colorscheme morning
colorscheme wombat
" Copyright (C) 2011 KaoriYa/MURAOKA Taro
"独自に見た目を設定
set guioptions-=T " ツールバーを非表示
"set lines=90 columns=200 " 全画面表示起動したい方はコメントアウトを戻す
gui
set transparency=221 " ウインドウを半透明に
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment