]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - vimrc
Try dark color scheme
[smckown/dotfiles.git] / vimrc
diff --git a/vimrc b/vimrc
index e66a2cdca59ed67cb52cac94435419e2bc0fe3ea..95c7b564cde16da898f44aa28ef5b3db39f96b05 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -34,9 +34,8 @@ if has("gui_running")
   endif
 endif
 
-" Pencil looks decent and is fast
-" Many other color schemes are slow to render
-colors pencil
+" jellybeans is a nice dark scheme same for vim/xterm and gvim
+colors jellybeans
 
 " Local listchars def if utf-8 terminal.  Otherwise sensible defaults are OK.
 if &termencoding ==# 'utf-8' || &encoding ==# 'utf-8'