Metadata-Version: 1.0
Name: colorful-hieroglyph-theme
Version: 0.1
Summary: A simple, colorful hieroglyph theme
Home-page: https://github.com/lucywyman/colorful-hieroglyph-theme
Author: Lucy Wyman
Author-email: lucyw@osuosl.org
License: UNKNOWN
Description: A Colorful Theme for Hieroglyph
        -------------------------------
        
        To make go:
        ```
        $ pip install colorful-hieorglyph-theme
        ```
        
        In your conf.py::
        
            import colorful_hieroglyph_theme
            html_theme = 'colorful'  ##(must be changed in file)!
            html_theme_path = colorful.get_html_theme_path()
            html_static_path = ['_static', html_theme_path + '/colorful/static/'] ##(must be changed in file)
            slide_theme_options = {'custom_css' : 'colorful.css'}
        
        
Keywords: hieroglyph extension theme
Platform: UNKNOWN
