Skip to content

Commit

Permalink
Merge pull request tomasr#43 from xdl/master
Browse files Browse the repository at this point in the history
Code block colours for markdown (https://github.com/tpope/vim-markdown)
  • Loading branch information
edentsai committed Oct 2, 2015
2 parents 9e9d202 + e572034 commit 1a30e88
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ else
endif

hi Directory guifg=#A6E22E gui=bold

"markdown
hi markdownCodeDelimiter guifg=#A6E22E
hi markdownCode guifg=#A6E22E
hi markdownCodeBlock guifg=#A6E22E

hi Error guifg=#E6DB74 guibg=#ff3333
hi ErrorMsg guifg=#F92672 guibg=#232526 gui=bold
hi Exception guifg=#A6E22E gui=bold
Expand Down Expand Up @@ -197,6 +203,12 @@ if &t_Co > 255
hi DiffText ctermbg=102 cterm=bold

hi Directory ctermfg=118 cterm=bold

"markdown
hi markdownCodeDelimiter ctermfg=118
hi markdownCode ctermfg=118
hi markdownCodeBlock ctermfg=118

hi Error ctermfg=255 ctermbg=196
hi ErrorMsg ctermfg=199 ctermbg=16 cterm=bold
hi Exception ctermfg=118 cterm=bold
Expand Down Expand Up @@ -283,6 +295,12 @@ if &t_Co > 255
hi DiffDelete ctermfg=125 ctermbg=233

hi Directory ctermfg=154 cterm=bold

"markdown
hi markdownCodeDelimiter ctermfg=154
hi markdownCode ctermfg=154
hi markdownCodeBlock ctermfg=154

hi Error ctermfg=222 ctermbg=233
hi Exception ctermfg=154 cterm=bold
hi Float ctermfg=141
Expand Down

0 comments on commit 1a30e88

Please sign in to comment.