Browse Source

add colorscheme

Kyle P Davis 11 years ago
parent
commit
d3bd695c06
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .vimrc

+ 5 - 2
.vimrc

@@ -1,13 +1,16 @@
 " essentials
-syntax on
 set ruler
-set bg=dark
 set mouse=a
 set nocompatible
 set bs=2
 set hlsearch
 set nowrap
 
+" give me all of teh colors!!
+set bg=dark
+colorscheme elflord
+syntax on
+
 " tabs and indents
 set shiftwidth=4 tabstop=4 softtabstop=4
 set list lcs=tab:\⦚\  " pretty indent guides when using tabs