From cc9fa93fc725d988aae077486334723dd5e17d4c Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Tue, 18 Feb 2014 21:22:14 +0100 Subject: [PATCH] Forget solarized in vim --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 0c67a81..2659f05 100644 --- a/.vimrc +++ b/.vimrc @@ -6,7 +6,8 @@ set guifont=Deja\ Vu\ Sans\ Mono\ 9 syntax on " syntax coloring by default -color solarized +let base16colorspace=256 +color base16-railscasts-noj set background=dark if &t_Co >= 256 && ! has("gui_running")