Metadata-Version: 2.5
Name: galaxalabs_jupyterlab_titanium_light_theme
Version: 1.0.18
Summary: Light neutral-gray theme in the Win95 light-gray convention, the light counterpart of Galaxa Dark Theme - Titanium (Darcula lineage), designed to reduce eye strain
Project-URL: Homepage, https://github.com/stellarshenson/jupyterlab_galaxalabs_titanium_light_theme
Project-URL: Bug Tracker, https://github.com/stellarshenson/jupyterlab_galaxalabs_titanium_light_theme/issues
Project-URL: Repository, https://github.com/stellarshenson/jupyterlab_galaxalabs_titanium_light_theme.git
Author-email: Konrad Jelen <konrad.jelen@gmail.com>
License: BSD 3-Clause License
        
        Copyright (c) 2024, Konrad Jelen
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Keywords: jupyter,jupyterlab,jupyterlab-extension
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 :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# GalaxaLabs Titanium Light Theme

[![GitHub Actions](https://github.com/stellarshenson/jupyterlab_galaxalabs_titanium_light_theme/actions/workflows/build.yml/badge.svg)](https://github.com/stellarshenson/jupyterlab_galaxalabs_titanium_light_theme/actions/workflows/build.yml)
[![npm version](https://img.shields.io/npm/v/galaxalabs_jupyterlab_titanium_light_theme.svg)](https://www.npmjs.com/package/galaxalabs_jupyterlab_titanium_light_theme)
[![PyPI version](https://img.shields.io/pypi/v/galaxalabs_jupyterlab_titanium_light_theme.svg)](https://pypi.org/project/galaxalabs_jupyterlab_titanium_light_theme/)
[![Total PyPI downloads](https://static.pepy.tech/badge/galaxalabs_jupyterlab_titanium_light_theme)](https://pepy.tech/project/galaxalabs_jupyterlab_titanium_light_theme)
[![JupyterLab 4](https://img.shields.io/badge/JupyterLab-4-orange.svg)](https://jupyterlab.readthedocs.io/en/stable/)
[![Brought To You By KOLOMOLO](https://img.shields.io/badge/Brought%20To%20You%20By-KOLOMOLO-00ffff?style=flat)](https://kolomolo.com)
[![Donate PayPal](https://img.shields.io/badge/Donate-PayPal-blue?style=flat)](https://www.paypal.com/donate/?hosted_button_id=B4KPBJDLLXTSA)

**Light neutral-gray theme in the Win95 light-gray convention**

Light neutral-gray theme for JupyterLab in the Win95 light-gray convention, the light counterpart of the GalaxaLabs Titanium Dark Theme (Darcula lineage), designed to reduce eye strain. It keeps the flat gray surfaces and the restrained accent colours of its dark sibling, so switching between the two preserves the same layout, spacing and scrollbar styling.

This theme is the light counterpart of the GalaxaLabs Titanium Dark Theme, published as [jupyterlab_galaxalabs_titanium_dark_theme](https://github.com/stellarshenson/jupyterlab_galaxalabs_titanium_dark_theme). The sibling GalaxaLabs Steel Dark Theme is published as [jupyterlab_galaxalabs_steel_dark_theme](https://github.com/stellarshenson/jupyterlab_galaxalabs_steel_dark_theme), which also served as the build template for this repository.

![](https://github.com/stellarshenson/jupyterlab_galaxalabs_titanium_light_theme/blob/main/screenshot-titanium-light.png?raw=true)

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install galaxalabs_jupyterlab_titanium_light_theme
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall galaxalabs_jupyterlab_titanium_light_theme
```
