Metadata-Version: 1.1
Name: pygments-style-solarized
Version: 0.1.1
Summary: Pygments version of the Solarized theme.
Home-page: https://github.com/shkumagai/pygments-style-solarized
Author: Shoji KUMAGAI
Author-email: take dot this dot 2 dot your dot grave at gmail dot com
License: MIT
Description: Install
        =======
        
        Using PyPI and pip
        ------------------
        ::
        
           $ (sudo) pip install pygments-style-solarized
        
        Manual
        ------
        ::
        
           $ git clone git://github.com/shkumagai/pygments-style-solarized
           $ cd pygments-style-solarized
           $ (sudo) python setup.py install
        
        Usage Sample
        ------------
        ::
        
           >>> from pygments.formatter import HtmlFormatter
           >>> HtmlFormatter(style='solarizedlight').style
           <class 'pygments_style_solarized.light.LightStyle'>
           >>> HtmlFormatter(style='solarizeddark').style
           <class 'pygments_style_solarized.light.DarkStyle'>
        
        
        Export the style as CSS
        -----------------------
        ::
        
           pygmentize -S solarizedlight -f html > solarizedlight.css
        
        
        AUTHORS
        =======
        
        * Shoji KUMAGAI <take.this.2.your.grave at gmail.com>
        
        
        Report bugs, typos and pull requests
        ------------------------------------
        * @jurriaan
        * @nicolalamacchia
        
        Thanks to your contribution!
        
        HISTORY
        =======
        
        0.1.1 (2013.09.29)
        * fix some typos, thank you jurriaan, nicolalamacchia!
        
        0.1.0 (2012.09.17)
        ------------------
        * first release
        
Keywords: pygments,style,solarized,syntax highlighting
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
