You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a visual impairment and use colorcolumn.
I have the following set:
However, in markdown files, these colour column lines go 'behind' the code blocks, so I can't see them.
I subsequently added a line to remove the colour from markdown code blocks:
highlights.RenderMarkdownCode = { bg = "NONE" }
However, the result of this is that the code block now inherits the color of my colorline:
How do I just remove the bg from markdown codeblocks entirely or set to transparent?
Beta Was this translation helpful? Give feedback.
All reactions