Metadata-Version: 2.0
Name: jltheme
Version: 0.1.0
Summary: Change Matplotlib rcParams to match the current JupyterLab theme.
Home-page: https://github.com/CGCFAD/theme_check
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()


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

-0.1.0 Initial Version (Current)

