Metadata-Version: 2.5
Name: galaxalabs_jupyterlab_steel_light_theme
Version: 1.0.9
Summary: Light gray-blue theme in the Win95 light-gray convention, the light counterpart of the Steel Dark Theme (Sublime Mariana lineage), designed to reduce eye strain
Project-URL: Homepage, https://github.com/stellarshenson/jupyterlab_galaxalabs_steel_light_theme
Project-URL: Bug Tracker, https://github.com/stellarshenson/jupyterlab_galaxalabs_steel_light_theme/issues
Project-URL: Repository, https://github.com/stellarshenson/jupyterlab_galaxalabs_steel_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 Steel Light Theme

[![GitHub Actions](https://github.com/stellarshenson/jupyterlab_galaxalabs_steel_light_theme/actions/workflows/build.yml/badge.svg)](https://github.com/stellarshenson/jupyterlab_galaxalabs_steel_light_theme/actions/workflows/build.yml)
[![npm version](https://img.shields.io/npm/v/galaxalabs_jupyterlab_steel_light_theme.svg)](https://www.npmjs.com/package/galaxalabs_jupyterlab_steel_light_theme)
[![PyPI version](https://img.shields.io/pypi/v/galaxalabs_jupyterlab_steel_light_theme.svg)](https://pypi.org/project/galaxalabs_jupyterlab_steel_light_theme/)
[![Total PyPI downloads](https://static.pepy.tech/badge/galaxalabs_jupyterlab_steel_light_theme)](https://pepy.tech/project/galaxalabs_jupyterlab_steel_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 gray-blue theme in the Win95 light-gray convention, designed to reduce eye strain**

Light gray-blue theme for JupyterLab in the Win95 light-gray convention, the light counterpart of the GalaxaLabs Steel Dark Theme (Sublime Mariana lineage), designed to reduce eye strain. It keeps the muted gray-blue surfaces and the minimal intrusion into standard JupyterLab styling of its dark sibling, with the contrast turned toward a light workspace.

This is the light counterpart of the [GalaxaLabs Steel Dark Theme](https://github.com/stellarshenson/jupyterlab_stellars_sublime_theme), in the same way the Concrete light theme pairs with the [GalaxaLabs Concrete Dark Theme](https://github.com/stellarshenson/jupyterlab_stellars_darcula_theme).

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

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install galaxalabs_jupyterlab_steel_light_theme
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall galaxalabs_jupyterlab_steel_light_theme
```
