aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/colors/sourcerer.vim (renamed from vim/.vim/colors/sorcerer.vim)16
-rw-r--r--vim/.vimrc6
2 files changed, 14 insertions, 8 deletions
diff --git a/vim/.vim/colors/sorcerer.vim b/vim/.vim/colors/sourcerer.vim
index 6c1e8aa..8dbb73e 100644
--- a/vim/.vim/colors/sorcerer.vim
+++ b/vim/.vim/colors/sourcerer.vim
@@ -1,8 +1,14 @@
-" 'sorcerer.vim' -- Vim color scheme.
-" Maintainer: Andrew Lawson
-" Forked from 'vim-scripts/Sorcerer' by Jeet Sukumaran
-" Based on 'Mustang' by Henrique C. Alves (hcarvalhoalves@gmail.com),
-" Interface mods by xero harrison (http://git.io/.files)
+
+" ██████ ██████ ██ ██ ██████ █████ █████ ██████ █████ ██████
+" ██░░░░ ██░░░░██░██ ░██░░██░░█ ██░░░██ ██░░░██░░██░░█ ██░░░██░░██░░█
+" ░░█████ ░██ ░██░██ ░██ ░██ ░ ░██ ░░ ░███████ ░██ ░ ░███████ ░██ ░
+" ░░░░░██░██ ░██░██ ░██ ░██ ░██ ██░██░░░░ ░██ ░██░░░░ ░██
+" ██████ ░░██████ ░░██████░███ ░░█████ ░░██████░███ ░░██████░███
+" ░░░░░░ ░░░░░░ ░░░░░░ ░░░ ░░░░░ ░░░░░░ ░░░ ░░░░░░ ░░░
+"
+" sourcerer -- a vim color scheme
+" forked from http://git.io/sorcerer.vim by Jeet Sukumaran
+" mods by xero harrison (http://git.io/xero)
set background=dark
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