xyproto / splash

:ocean: Syntax highlight code embedded in HTML with a splash of color. Also includes the auto-updated Chroma style gallery.
https://xyproto.github.io/splash/docs/
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

All themes on a single page #1

Closed kaushalmodi closed 6 years ago

kaushalmodi commented 6 years ago

Hello,

I was wondering if you can create just a single page that shows all the themes..

It would help someone quickly review all the themes. One example that I have in mind is a theme demo page for Pygments syntax highlighting: https://help.farbox.com/pygments.html.

kaushalmodi commented 6 years ago

Also can you update the code snippet to be more complex so that all different "faces" show up: keyword, function, variable, comment, string, digit, etc.

xyproto commented 6 years ago

Thanks for the feature request!

kaushalmodi commented 6 years ago

Thanks!

This looks great! https://xyproto.github.io/splash/docs/all.html

Also can you please update the code snippet to be more complex so that all different "faces" show up: keyword, function, variable, comment, string, digit, etc.

See the code complexity here as an example: http://peach-melpa.org/.

xyproto commented 6 years ago

Added a link to a style gallery with longer code samples. Please open separate issues for separate issues in the future.

peach-melpa looks pretty nice, thanks for the link.

kaushalmodi commented 6 years ago

Please open separate issues for separate issues in the future.

Will do. I was just repeating my earlier comment.

This looks great! https://xyproto.github.io/splash/docs/longer/all.html

Thanks!