Closed liloman closed 8 years ago
how does the patch align with upstream monokai?
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
can you do this in a PR?