Metadata-Version: 2.4
Name: jupyterlab-pelagic-theme
Version: 0.1.0
Summary: A high-contrast deep-ocean JupyterLab theme built from the Pelagic color palette
Project-URL: Homepage, https://github.com/bretbeatty/jupyterlab-pelagic-theme
Project-URL: Repository, https://github.com/bretbeatty/jupyterlab-pelagic-theme.git
Author-email: Bret Beatty <bbeatty14@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Bret Beatty
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: Jupyter,JupyterLab,JupyterLab4,dark,theme
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: jupyterlab<5,>=4.0.0
Description-Content-Type: text/markdown

# JupyterLab Pelagic Theme

A high-contrast, deep-ocean JupyterLab 4 theme based on the palette in [colorscheme.md](./colorscheme.md).

The package structure follows the same prebuilt theme-extension pattern used by [`carlyou/jupyterlab-nord-theme`](https://github.com/carlyou/jupyterlab-nord-theme): a small TypeScript theme plugin, CSS-driven color tokens, and Python packaging that ships the built labextension.

## Palette

- Benthic: `#09111F`, `#1D2337`, `#11213B`, `#28416A`
- Ice & Foam: `#D8DEE9`, `#E5E9F0`, `#ECEFF4`, `#F4F4F4`
- Endless Blues: `#329C92`, `#388FB0`, `#4DD8F1`, `#32589C`
- Coral Colors: `#CA3443`, `#E2572C`, `#FFCB6B`, `#6FA841`, `#9E378B`

## Development

```bash
uv sync
npm install
uv run jupyter labextension build .
```

For an editable install after building:

```bash
uv run pip install -e .
```

Then launch JupyterLab and select `Pelagic Theme` from `Settings -> Theme`.
