middleman / middleman-syntax

Code syntax highlighting plugin via Rouge for Middleman
https://middlemanapp.com
MIT License
179 stars 57 forks source link

Nonexistent Rouge themes removed. #23

Closed danielbayerlein closed 11 years ago

danielbayerlein commented 11 years ago

Rouge has no Solarized and Monokai themes.

danielbayerlein commented 11 years ago

Oh, sorry for this mistake! It was my fault. :disappointed: I haven't found the themes and got an error when I included this.

Now it works.

Solarized theme

<%= Rouge::Themes::Base16::Solarized.render(scope: '.highlight') %>

Monokai theme

<%= Rouge::Themes::Base16::Monokai.render(scope: '.highlight') %>

Sorry.