themeCSS = html`<style>
pre.${theme}, .${theme} code {background-color: NavajoWhite; border-radius: 3px;}
pre.${theme} > code, .${theme} pre > code {padding-left: 0; padding-right: 0;}
.${theme} code {padding-left: 0.25em; padding-right: 0.25em;}
pre.${theme}, .${theme} pre {padding-left: 0.5em}`