colour-schemes icon indicating copy to clipboard operation
colour-schemes copied to clipboard

Some markdown thoughts

Open rtablada opened this issue 11 years ago • 3 comments

Right now, the colors in markdown (extended mostly) are hard to decipher. For the most part, it looks like that code gets the same colour as PHP's class, function, etc. This makes code blocks pretty much a single colour even though you can tell that the code blocks are definitely being read correctly.

Screen shot in zacks screenshot from 2014-03-03 12 34 16

Monoki uses the standard white for code. I'm not sure that this is the way to go and maybe there's something else we could use to get it working and looking great while making it stand apart from the body text.

screenshot from 2014-03-03 12 35 36

rtablada avatar Mar 03 '14 18:03 rtablada

Aha I see what you mean mate. I'm pretty sure I could work this out, if you wanted me to have a look? :)

daylerees avatar Mar 03 '14 18:03 daylerees

That'd be cool. Looking at zacks, caret, invalid foreground, or invalid_background might be cool.

rtablada avatar Mar 03 '14 18:03 rtablada

screenshot from 2014-03-03 13 06 59

This was just swapping out invalid_background on markup.raw.block.markdown

rtablada avatar Mar 03 '14 19:03 rtablada