diff options
author | xero <x@xero.nu> | 2015-04-01 16:42:33 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-04-01 16:42:33 -0400 |
commit | 1d3b3341cb21128a6ca536e1fcb09d765c8a074a (patch) | |
tree | 5d89f314db6f115fa34519d8022d9e720e9dc813 /vim | |
parent | 792d155d0bbfaee8d14aabb3a67b16130e2d3edf (diff) | |
download | dotfiles_ascii-1d3b3341cb21128a6ca536e1fcb09d765c8a074a.tar.xz dotfiles_ascii-1d3b3341cb21128a6ca536e1fcb09d765c8a074a.zip |
add sourcerer color scheme
for urxvt, vim, and tmux
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/colors/sourcerer.vim (renamed from vim/.vim/colors/sorcerer.vim) | 16 | ||||
-rw-r--r-- | vim/.vimrc | 6 |
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 @@ -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 |