Skip to content

zankophi/pygments-style-idleclassic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

$ git clone git://github.com/matts1/pygments-style-idleclassic.git
$ cd pygments-style-idleclassic
$ (sudo) python setup.py install

Usage Sample

>>> from pygments.formatter import HtmlFormatter
>>> HtmlFormatter(style='idleclassic').style
<class 'pygments_style_solarized.light.IdleClassicStyle'>

Export the style as CSS

pygmentize -S idleclassic -f html > idleclassic.css

About

Pygments style of the idle interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%