@jongwooo/prism-theme-github
Version:
Prism syntax highlighter themes based on GitHub's style.
20 lines (17 loc) • 433 B
CSS
/**
* GitHub's Default Light theme for prism.js
* @author Jongwoo Han (@jongwooo)
*/
@import url("prism-github-skeleton.css");
:root {
--color-fg-default: #24292f;
--color-bg-code-block: #f6f8fa;
--color-bg-inline-code-block: rgb(175 184 193 / 20%);
--color-gray: #6e7781;
--color-red: #cf222e;
--color-green: #116329;
--color-blue: #0550ae;
--color-indigo: #0a3069;
--color-purple: #8250df;
--color-brown: #953800;
}