mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
removed reverse and swapped colours for markdown code
This commit is contained in:
parent
e4ad1c0125
commit
6671889c43
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ call s:X("htmlBold","#ffffff","","bold","White","")
|
|||
|
||||
"markdown
|
||||
call s:X("mkdURL","#6c6c6c","","","Grey","")
|
||||
call s:X("mkdCode","#444444","#ffd787","reverse","Grey","Yellow")
|
||||
call s:X("mkdCode","#ffd787","#444444","","Yellow","Grey")
|
||||
hi! link mkdIndentCode mkdCode
|
||||
|
||||
"php
|
||||
|
|
Loading…
Reference in a new issue