daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

Better Markdown syntax highlighting #101

Closed Anahkiasen closed 10 years ago

Anahkiasen commented 10 years ago

This is the default syntax highlighting patterns for Markdown files :

screenshot 2014-02-11 12 01 25

Now as you may notice, this is pretty light, and what is highlighted isn't really what I'd most want to see highlighted.

This is an example of good syntax highlighting on Spacegrey's default scheme, with a (more or less) similar palette :

screenshot 2014-02-11 12 00 56

Is there any chance Markdown highlighting could be improved ? Simply colors for headers, bold, italic and code would be a real improvement.

daylerees commented 10 years ago

Totally, that's my homework for tonight :) - thanks Max!

dencold commented 10 years ago

@daylerees just wanted to use this thread to send a huge THANK YOU for all the work here. Is there anything we can do to help? I'm in awe of all the pushes you've been doing this past week. Let us know if we can lend a hand.

daylerees commented 10 years ago

Thanks man I appreciate it. I'd certainly accept any help mapping the PHPStorm pattern (if you see how the system works). It's so huge, an absolute beast and PHPStorm doesn't run very well on my mac. If it's not your kinda thing though, just enjoy the themes :)

dencold commented 10 years ago

Oh jeez, I avoid PHP like the plague. I won't be of any help in that dept. If you think of anything else though, drop me a ping. Thanks so much for the themes. Definitely enjoying them :)

Anahkiasen commented 10 years ago

Maybe ask @JeffreyWay no ? Not sure he knows but, he's the one I've most recently seen tampering with PHPStorm.

daylerees commented 10 years ago

No worries guys. I'll get there with it eventually. Think I'll get it running on my PC so its faster to restart. :)

daylerees commented 10 years ago

preview

Update your package guys, how's that look?

Anahkiasen commented 10 years ago

Oh are bold/cold/italic handled, do you have an example ?

daylerees commented 10 years ago

foo

daylerees commented 10 years ago

i guess maybe i should have bolded it... hmm

daylerees commented 10 years ago

I kinda hate a mix of font weight in themes though.

marslo commented 10 years ago

makedown

daylerees commented 10 years ago

@Marslo that theme is that? I've only really done markdown for ST atm.

Anahkiasen commented 10 years ago

One small issue : _text_ or *text* is correctly displayed in italic, but so is __text__ or **text** instead of being bold.

marslo commented 10 years ago

@daylerees Alright. This makedown scheme is for Gvim/Vim

daylerees commented 10 years ago

Will look at this soon guys. :) It should be in my next round of updates.

daylerees commented 10 years ago

I think this has been resolved in the latest update. Thanks :)