First, I'm not sure if this is a problem with vim-polyglot or the colourscheme I'm using which is vim-monokai-pro. But when I edit a markdown file, text within a block quote is pretty low contrast:
Everything else other than blockquotes is readable.
It seems to be the same colour as what gets used for code comments:
I don't mind code comments looking like this since they're meant to fade into the background a little. But I don't want markdown blockqoutes to be like that.
Is there a way to make the markdown block quotes use a different colour? Or is this a problem with my colourscheme or some other aspect of my config?
EDIT: fixed it. In vim-polyglot/syntax/markdown.vim I changed these lines:
First, I'm not sure if this is a problem with
vim-polyglot
or the colourscheme I'm using which isvim-monokai-pro
. But when I edit a markdown file, text within a block quote is pretty low contrast:Everything else other than blockquotes is readable.
It seems to be the same colour as what gets used for code comments:
I don't mind code comments looking like this since they're meant to fade into the background a little. But I don't want markdown blockqoutes to be like that.
Is there a way to make the markdown block quotes use a different colour? Or is this a problem with my colourscheme or some other aspect of my config?
EDIT: fixed it. In
vim-polyglot/syntax/markdown.vim
I changed these lines:to this
I chose Special by looking at the hex colors in the
vim-monokai-pro/colors/monokai_pro.vim
:The plugin I'm using to display the hex colours is
vim-hexokinase
.Result: