Merge pull request #75 from localhots/master

Fixed theme name for Peacock vim color scheme
This commit is contained in:
Dayle Rees 2013-08-06 10:27:39 -07:00
commit 745c71f02a

@ -1,5 +1,5 @@
" Vim color file
" Converted from Textmate theme Oasis using Coloration v0.3.2 (http://github.com/sickill/coloration)
" Converted from Textmate theme Peacock using Coloration v0.3.2 (http://github.com/sickill/coloration)
set background=dark
highlight clear
@ -8,7 +8,7 @@ if exists("syntax_on")
syntax reset
endif
let g:colors_name = "Oasis"
let g:colors_name = "Peacock"
hi Cursor ctermfg=NONE ctermbg=231 cterm=NONE guifg=NONE guibg=#f8f8f0 gui=NONE
hi Visual ctermfg=NONE ctermbg=16 cterm=NONE guifg=NONE guibg=#161a1f gui=NONE
@ -100,4 +100,4 @@ hi cssPseudoClassId ctermfg=203 ctermbg=NONE cterm=NONE guifg=#ff5d38 guibg=NONE
hi cssClassName ctermfg=203 ctermbg=NONE cterm=NONE guifg=#ff5d38 guibg=NONE gui=NONE
hi cssValueLength ctermfg=148 ctermbg=NONE cterm=NONE guifg=#bcd42a guibg=NONE gui=NONE
hi cssCommonAttr ctermfg=203 ctermbg=NONE cterm=NONE guifg=#ff5d38 guibg=NONE gui=NONE
hi cssBraces ctermfg=NONE ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE
hi cssBraces ctermfg=NONE ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE