Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elforastero/prismjs-github

prism.js color scheme close to GitHub colors
https://github.com/elforastero/prismjs-github

code-highlight github-theme prismjs syntax syntax-highlighting

Last synced: 4 days ago
JSON representation

prism.js color scheme close to GitHub colors

Awesome Lists containing this project

README

        

# prismjs-github
prism.js color scheme close to GitHub colors

```jsx
import React from 'react';
import classNames from 'classnames/bind';
import styles from './Container.module.css';

const cx = classNames.bind(styles);

const Container = ({ children }) => (

{children}

);

export default Container;
```