aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-04-01 16:42:33 -0400
committerxero <x@xero.nu>2015-04-01 16:42:33 -0400
commit1d3b3341cb21128a6ca536e1fcb09d765c8a074a (patch)
tree5d89f314db6f115fa34519d8022d9e720e9dc813 /vim/.vimrc
parent792d155d0bbfaee8d14aabb3a67b16130e2d3edf (diff)
downloaddotfiles_ascii-1d3b3341cb21128a6ca536e1fcb09d765c8a074a.tar.xz
dotfiles_ascii-1d3b3341cb21128a6ca536e1fcb09d765c8a074a.zip
add sourcerer color scheme
for urxvt, vim, and tmux
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index cd31240..a393b6c 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -13,7 +13,7 @@
" ░▓ mirror ▓ http://git.io/.files
" ░▓▓▓▓▓▓▓▓▓▓
" ░░░░░░░░░░
-
+"
" use vim settings, rather than vi settings
" must be first, because it changes other options as a side effect
set nocompatible
@@ -38,7 +38,7 @@ set shortmess+=I
" syntax highlighting and colors
syntax on
-colorscheme sorcerer
+colorscheme sourcerer
filetype plugin indent on
" stop unnecessary rendering
@@ -123,5 +123,5 @@ function! Colorize(mode)
endfunction
au InsertEnter * call Colorize(v:insertmode)
-:au InsertLeave * hi StatColor guibg=#3a3a3a guifg=#ffffff ctermbg=237 ctermfg=255
+au InsertLeave * hi StatColor guibg=#3a3a3a guifg=#ffffff ctermbg=237 ctermfg=255