Skip to content

Commit 0cfbaf0

Browse files
authored
Merge pull request #3 from catppuccin/develop
v0.2.0
2 parents 47f093e + 6f92029 commit 0cfbaf0

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
</h3>
77

88
<p align="center">
9-
<a href="https://github.com/gabrielmagno/jupyterlab/stargazers"><img src="https://img.shields.io/github/stars/gabrielmagno/jupyterlab?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
10-
<a href="https://github.com/gabrielmagno/jupyterlab/issues"><img src="https://img.shields.io/github/issues/gabrielmagno/jupyterlab?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
11-
<a href="https://github.com/gabrielmagno/jupyterlab/contributors"><img src="https://img.shields.io/github/contributors/gabrielmagno/jupyterlab?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
9+
<a href="https://github.com/catppuccin/jupyterlab/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/jupyterlab?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
10+
<a href="https://github.com/catppuccin/jupyterlab/issues"><img src="https://img.shields.io/github/issues/catppuccin/jupyterlab?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
11+
<a href="https://github.com/catppuccin/jupyterlab/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/jupyterlab?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
1212
</p>
1313

1414
<p align="center">
15-
<img src="https://raw.githubusercontent.com/gabrielmagno/jupyterlab/main/assets/preview.webp"/>
15+
<img src="https://raw.githubusercontent.com/catppuccin/jupyterlab/main/assets/preview.webp"/>
1616
</p>
1717

1818
## Previews
1919

2020
<details>
2121
<summary>🌻 Latte</summary>
22-
<img src="https://raw.githubusercontent.com/gabrielmagno/jupyterlab/main/assets/latte.webp"/>
22+
<img src="https://raw.githubusercontent.com/catppuccin/jupyterlab/main/assets/latte.webp"/>
2323
</details>
2424
<details>
2525
<summary>🪴 Frappé</summary>
26-
<img src="https://raw.githubusercontent.com/gabrielmagno/jupyterlab/main/assets/frappe.webp"/>
26+
<img src="https://raw.githubusercontent.com/catppuccin/jupyterlab/main/assets/frappe.webp"/>
2727
</details>
2828
<details>
2929
<summary>🌺 Macchiato</summary>
30-
<img src="https://raw.githubusercontent.com/gabrielmagno/jupyterlab/main/assets/macchiato.webp"/>
30+
<img src="https://raw.githubusercontent.com/catppuccin/jupyterlab/main/assets/macchiato.webp"/>
3131
</details>
3232
<details>
3333
<summary>🌿 Mocha</summary>
34-
<img src="https://raw.githubusercontent.com/gabrielmagno/jupyterlab/main/assets/mocha.webp"/>
34+
<img src="https://raw.githubusercontent.com/catppuccin/jupyterlab/main/assets/mocha.webp"/>
3535
</details>
3636

3737
## Usage
@@ -48,11 +48,11 @@ It supports both JupyterLab v3 and v4.
4848

4949
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!
5050

51-
<img src="https://raw.githubusercontent.com/gabrielmagno/jupyterlab/main/assets/mocha-brand.webp"/>
51+
<img src="https://raw.githubusercontent.com/catppuccin/jupyterlab/main/assets/mocha-brand.webp"/>
5252

5353
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.
5454

55-
<img src="https://raw.githubusercontent.com/gabrielmagno/jupyterlab/main/assets/settings.webp"/>
55+
<img src="https://raw.githubusercontent.com/catppuccin/jupyterlab/main/assets/settings.webp"/>
5656

5757
Alternatively, you can specify the json with the settings:
5858
```json

assets/settings.webp

-120 Bytes
Binary file not shown.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "catppuccin_jupyterlab",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "📊 Soothing pastel theme for JupyterLab.",
55
"keywords": [
66
"jupyter",
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/gabrielmagno/jupyterlab",
10+
"homepage": "https://github.com/catppuccin/jupyterlab",
1111
"bugs": {
12-
"url": "https://github.com/gabrielmagno/jupyterlab/issues"
12+
"url": "https://github.com/catppuccin/jupyterlab/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -25,7 +25,7 @@
2525
"types": "lib/index.d.ts",
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/gabrielmagno/jupyterlab.git"
28+
"url": "https://github.com/catppuccin/jupyterlab.git"
2929
},
3030
"scripts": {
3131
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)