aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-04-26 23:56:24 -0700
committershmibs <shmibs@gmail.com>2014-04-26 23:56:24 -0700
commit6ad6dc3e7002415f59e514794fad2726e25ddc62 (patch)
tree7c4a890b3717ab4b2e3b9d7daea0afb6df9743ea /.vimrc
parentdbc8bfc9cc6f878469db90b159419b7bb476bd94 (diff)
downloaddotfiles-6ad6dc3e7002415f59e514794fad2726e25ddc62.tar.gz
changed theme
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 2 insertions, 3 deletions
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
-