kpumuk / codecolorer

WordPress plugin which allows you to insert code snippets into the post with nice syntax highlighting.
https://kpumuk.info/projects/wordpress-plugins/codecolorer/
56 stars 14 forks source link

Added Solarized syntax highlighting #4

Closed mattkirman closed 7 years ago

mattkirman commented 12 years ago

I've been using the Solarized syntax highlighting scheme quite a lot lately and wanted to have the same styling on my blog. I couldn't find an existing GeSHi theme so I decided to create my own implementation and release it here.

It's been tested and works with Ruby, PHP, JavaScript, HTML and CSS. Other languages should be supported, but I can't guarantee that the styling will match that in Vim or TextMate for example.

You can see the two themes in action at http://mattkirman.com/2011/06/01/how-to-speed-up-wordpress-with-nginx/ - Solarized Dark for the code blocks and Solarized Light for inline code.

fernandomantoan commented 11 years ago

It would be a great addition to the plugin.