From 6ad6dc3e7002415f59e514794fad2726e25ddc62 Mon Sep 17 00:00:00 2001 From: shmibs Date: Sat, 26 Apr 2014 23:56:24 -0700 Subject: changed theme --- .vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index e6ef45f..d1b1a63 100644 --- a/.vimrc +++ b/.vimrc @@ -3,7 +3,7 @@ filetype plugin on set autoindent "colours! -colorscheme calmar256-dark +colorscheme anotherdark set background=dark "tab controls to match pentadactyl @@ -57,7 +57,7 @@ let g:c_no_if0_fold = 1 "other filetype-specific settings. i can't figure out how to stick all "the FileTypes in one list (mostly because i have no idea what i'm "doing with viml), so separate lines it is. -autocmd FileType c call Settings_c() +autocmd FileType c call Settings_c() autocmd FileType cpp call Settings_c() autocmd FileType perl call Settings_perl() @@ -69,4 +69,3 @@ endfunction function! Settings_perl() setlocal smartindent endfunction - -- cgit v1.2.3