Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilm/colorcode
Styling for Pygments markup - Create beautiful code blocks for blogs and documentation
https://github.com/jwilm/colorcode
Last synced: 7 days ago
JSON representation
Styling for Pygments markup - Create beautiful code blocks for blogs and documentation
- Host: GitHub
- URL: https://github.com/jwilm/colorcode
- Owner: jwilm
- License: mit
- Created: 2013-12-30T06:23:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T21:27:53.000Z (almost 11 years ago)
- Last Synced: 2024-10-17T10:06:51.264Z (21 days ago)
- Language: CSS
- Homepage: http://jwilm.github.io/colorcode/
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
colorcode
=========Styling for Pygments markup
![Colorcode UI](https://f.cloud.github.com/assets/4285147/1844083/61286eac-74fc-11e3-9618-a80ee8b10fba.png)
Check out the demo [here](http://jwilm.github.io/colorcode/), and see the following sections for what works now and future plans for the project.
## What works
- Swap out predefined pygments themes
- Apply custom CSS at the top level## What doesn't
- Sidebar sections for styling different types of tokens
- Drag and drop your own files for previewing a style. Setup a Node.js back end using [pygments-async](https://github.com/jwilm/pygments/async) to do the rendering.
- Output to CSS### Long term plans
- LESS/SCSS support
- Define colors at top and use in place of hex codes
- Output to SCSS/LESS with variables