Style your code samples with a custom highlighted color palette.
Download Working Sample:
Code to be added to your index.html file after copying the /theme folder to your exported course. Make sure the /theme folder is placed alongside (in the same folder) as the index.html file.
<!-- Highlight.js integration from Theme-360.com -->
<script src="theme/jquery.min.js"></script>
<link rel="stylesheet" href="theme/hljs-theme.css">
<script src="theme/highlight.min.js"></script>