Metadata-Version: 2.0
Name: jltheme
Version: 0.1.1
Summary: Change Matplotlib rcParams to match the current JupyterLab theme.
Home-page: https://github.com/CGCFAD/jltheme
Author: CGCFAD
Author-email: cgcfad@protonmail.com
License: MIT
Platform: UNKNOWN

=======
jltheme
=======

Change Matplotlib rcParams to match the current JupyterLab theme.

Adjusts Matplotlib axis labels, edge, face, and tick colors based upon which JupyterLab theme is in use.

Installation
------------

::

    pip install jltheme

Usage
-----

The module provides one function, ``jltheme``, which opens the
JSON configuration file for JupyterLab, checks which theme is in use,
and changes Matplotlib rcParams to match the current theme::

    from jltheme import jltheme
    jltheme()

.. image:: https://raw.githubusercontent.com/cgcfad/jltheme/master/jltheme.png
        :alt: jltheme
        :width: 100%
        :align: center

Version history
---------------

-0.1.0 Initial Version
-0.1.1 Changes for PyPI (Current)


