@theme-ui/prism
Version:
A syntax highlighting component based on [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) that works seamlessly with Theme UI.
17 lines (16 loc) • 339 B
JSON
{
"color": "#282a2e",
"backgroundColor": "#ffffff",
".comment": {
"color": "rgb(197, 200, 198)"
},
".string,.number,.builtin,.variable": {
"color": "rgb(150, 152, 150)"
},
".class-name,.function,.tag,.attr-name": {
"color": "rgb(40, 42, 46)"
},
".highlight": {
"background": "hsla(0, 90%, 80%, .5)"
}
}