Skip to content

Commit

Permalink
Merge pull request #95 from liloman/pull-request
Browse files Browse the repository at this point in the history
Fix typo in Monokai than makes unusable this colorscheme
  • Loading branch information
flazz committed Aug 1, 2016
2 parents 0c1e5d0 + fd5a8b5 commit 2933f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/Monokai.vim
Expand Up @@ -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
Expand Down

0 comments on commit 2933f50

Please sign in to comment.