Metadata-Version: 2.1
Name: jupyterlab-gt-coar-theme
Version: 0.2.0
Summary: an unofficial Georgia Tech theme for JupyterLab
Home-page: https://github.com/gt-coar/jupyterlab-gt-coar-theme
Author: jupyterlab-gt-coar-theme contributors
Author-email: coar@gaetch.edu
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/gt-coar/jupyterlab-gt-coar-theme/issues
Project-URL: Source Code, https://github.com/gt-coar/jupyterlab-gt-coar-theme
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jupyterlab (<4,>=3)
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pyflakes ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: doit ; extra == 'dev'
Provides-Extra: lint
Requires-Dist: black ; extra == 'lint'
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: isort ; extra == 'lint'
Requires-Dist: pyflakes ; extra == 'lint'

# JupyterLab GT COAR Theme

[![install from PyPI][pypi-badge]][pypi]
[![launch interactive demo on binder][binder-badge]][binder]
[![changelog][changelog-badge]][changelog]
[![contributing][contributing-badge]][contributing]

> an unoffical Georgia Tech theme for [JupyterLab] 3

## Install

```bash
pip install jupyterlab-gt-coar-theme
```

> See the [contributing guide][contributing] for a development install.

## Screenshots

| Light                                                | Dark                                               |
| ---------------------------------------------------- | -------------------------------------------------- |
| ![a screenshot of the light theme][screenshot-light] | ![a screenshot of the dark theme][screenshot-dark] |

[screenshot-light]:
  https://user-images.githubusercontent.com/7581399/106806206-a6a40900-6635-11eb-9e49-1c60fde1c1c5.png
[screenshot-dark]:
  https://user-images.githubusercontent.com/7581399/107781115-864f0b00-6d15-11eb-998b-789bc24ba921.png

## Usage

After launching JupyterLab, in the _Main Menu_, select one of the _GT COAR_ themes from
the _Settings_ menu

## Uninstall

```bash
pip uninstall jupyterlab-gt-coar-theme
```

---

> Copyright (c) 2021 University System of Georgia and jupyterlab-gt-coar-theme
> contributors
>
> Distributed under the terms of the BSD-3-Clause License.

[pypi-badge]: https://img.shields.io/pypi/v/jupyterlab-gt-coar-theme
[pypi]: https://pypi.org/project/jupyterlab-gt-coar-theme
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder]: https://mybinder.org/v2/gh/gt-coar/jupyterlab-gt-coar-theme/HEAD?urlpath=lab
[jupyterlab]: https://github.com/jupyterlab/jupyterlab
[changelog]:
  https://github.com/gt-coar/jupyterlab-gt-coar-theme/blob/master/CHANGELOG.md
[changelog-badge]: https://img.shields.io/badge/CHANGELOG-md-000
[contributing-badge]: https://img.shields.io/badge/CONTRIBUTING-md-000
[contributing]:
  https://github.com/gt-coar/jupyterlab-gt-coar-theme/blob/master/CONTRIBUTING.md


