color-themes-for-google-code-prettify
color-themes-for-google-code-prettify copied to clipboard
Yo what's going on with the documentation
I am looking here: https://github.com/google/code-prettify
and here: https://rawgit.com/google/code-prettify/master/examples/quine.html
I see this example:
<script src="https://rawgit.com/google/code-prettify/master/loader/run_prettify.js?autoload=true&skin=sunburst&lang=css" defer=""></script>
note it has skin=sunburst as a query option param in the url..
so how do we load these themes in this repo?
can we use the skin
option as a query parameter or..?
Hi @ORESoftware,
I think you have to serve the prettify.js and the theme CSS file yourself.
Please check the doc below: https://github.com/google/code-prettify/blob/master/docs/getting_started.md#serving-your-own-js--css