flazz / vim-colorschemes

one colorscheme pack to rule them all!
3.44k stars 630 forks source link

Fix typo in Monokai than makes unusable this colorscheme #62

Closed liloman closed 8 years ago

liloman commented 9 years ago

diff --git a/colors/Monokai.vim b/colors/Monokai.vim
index fa31009..570625e 100644
--- a/colors/Monokai.vim
+++ b/colors/Monokai.vim
@@ -9,7 +9,7 @@ if exists("syntax_on")
 endif

 set t_Co=256
-let g:colors_name = "monokai"
+let g:colors_name = "Monokai"

 hi Cursor ctermfg=235 ctermbg=231 cterm=NONE guifg=#272822 guibg=#f8f8f0 gui=NONE
 hi Visual ctermfg=NONE ctermbg=59 cterm=NONE guifg=NONE guibg=#49483e gui=NONE
-- 
2.1.0
flazz commented 9 years ago

how does the patch align with upstream monokai?

liloman commented 9 years ago

diff --git a/colors/Monokai.vim b/colors/Monokai.vim index fa31009..570625e 100644 --- a/colors/Monokai.vim +++ b/colors/Monokai.vim @@ -9,7 +9,7 @@ if exists("syntax_on") endif

set t_Co=256 -let g:colors_name = "monokai" +let g:colors_name = "Monokai"

hi Cursor ctermfg=235 ctermbg=231 cterm=NONE guifg=#272822 guibg=#f8f8f0 gui=NONE hi Visual ctermfg=NONE ctermbg=59 cterm=NONE guifg=NONE guibg=#49483e gui=NONE

Updated to upstream.

Sorry for the delay but It's been a long time without a proper DSL.

Awesome job. :)

Cheers

flazz commented 8 years ago

can you do this in a PR?

liloman commented 8 years ago

Done pull 95