mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 11:44:10 -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
|
"markdown
|
||||||
call s:X("mkdURL","#6c6c6c","","","Grey","")
|
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
|
hi! link mkdIndentCode mkdCode
|
||||||
|
|
||||||
"php
|
"php
|
||||||
|
|
Loading…
Reference in a new issue