catppuccin / jupyterlab

πŸ“Š Soothing pastel theme for JupyterLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for JupyterLab

Previews

🌻 Latte
πŸͺ΄ FrappΓ©
🌺 Macchiato
🌿 Mocha

Usage

  1. Install the JupyterLab extension: pip install catppuccin-jupyterlab.
  2. Start/restart JupyterLab (jupyter lab). If it is already opened, you can reload it by executing "Reset Application State" in the Command Palette (Ctrl + Shift + C).
  3. Go to the Settings > Theme menu option and choose the desired flavor.

It supports both JupyterLab v3 and v4.

Customization

Brand Color

It is possible to choose any of the Catppucin colors as your "brand" color. The default is mauve, but you can choose your favorite to make it your way!

You can specify the colors by going to the Settings > Settings Editor (or Ctrl + ,), going to the Theme - Catppuccin section, then choosing your desired color in the lists of the dropdown menu.

Alternatively, you can specify the json with the settings:

{
    "brandColor": "mauve",
    "accentColor": "green"
}

Note

Besides the "brand" color it is also possible to set the "accent" color (default is green), but it rarely appears in the JupyterLab interface.

πŸ’ Thanks to

 

Copyright Β© 2021-present Catppuccin Org

About

πŸ“Š Soothing pastel theme for JupyterLab

License:MIT License


Languages

Language:CSS 60.8%Language:TypeScript 35.9%Language:Python 2.0%Language:Just 1.4%