Switch theme from Monokai to the less neon MonokaiSublime

This commit is contained in:
Robert Lord
2017-01-16 17:45:20 -06:00
parent 0d6c996595
commit b3c1a92484

View File

@@ -23,7 +23,7 @@ under the License.
<title><%= current_page.data.title || "API Documentation" %></title>
<style>
<%= Rouge::Themes::Monokai.render(:scope => '.highlight') %>
<%= Rouge::Themes::MonokaiSublime.render(:scope => '.highlight') %>
</style>
<%= stylesheet_link_tag :screen, media: :screen %>
<%= stylesheet_link_tag :print, media: :print %>