Browse Source

update .gvimrc

raa0121 12 years ago
parent
commit
c1d2e3e53e
1 changed files with 8 additions and 3 deletions
  1. 8 3
      .gvimrc

+ 8 - 3
.gvimrc

@@ -1,3 +1,8 @@
-" vim:set ts=8 sts=2 sw=2 tw=0: (この行に関しては:help modelineを参照)
-set guifont=Ricty\ 12
-set guifontwide=Ricty\ 12
+if has('win32') || has('win64')
+  set guifont=Ricty:h12
+elseif has('unix')
+  set guifont=Ricty\ 12
+endif
+colorscheme evening
+gui
+set transparency=240