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: ```html <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..?
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:
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
skinoption as a query parameter or..?