2 Commits
1.5.3 ... 1.5.4

Author SHA1 Message Date
b580f47679 sync version with pypi 2026-02-03 21:26:52 -08:00
b2e80a9f35 bump generated config versions 2026-02-02 19:24:17 -08:00
40 changed files with 6 additions and 6 deletions

View File

@@ -32,11 +32,11 @@ smoothly as a function of lightness within sRGB gamut bounds.
| Chroma curves | Color trajectories | | Chroma curves | Color trajectories |
|----------------------------------------------------------|------------------------------------------| |----------------------------------------------------------|------------------------------------------|
| ![Chroma curves](images/release/1.5.2/chroma-curves.png) | ![Trajectories](images/trajectories.gif) | | ![Chroma curves](images/release/1.5.4/chroma-curves.png) | ![Trajectories](images/trajectories.gif) |
| Palette | | Palette |
|----------------------------------------------| |----------------------------------------------|
| ![Palette](images/release/1.5.2/palette.png) | | ![Palette](images/release/1.5.4/palette.png) |
Chroma curves are designed specifically to establish a distinct role for each Chroma curves are designed specifically to establish a distinct role for each
accent and are non-intersecting over the lightness domain (hence the distinct accent and are non-intersecting over the lightness domain (hence the distinct

View File

@@ -1,4 +1,4 @@
version = "1.5.2" version = "1.5.4"
[alpine] [alpine]
l10 = "#030303" l10 = "#030303"

View File

@@ -1,4 +1,4 @@
version = "1.5.2" version = "1.5.4"
[alpine] [alpine]
l10 = "oklch(10.0% 0.0000 0.0)" l10 = "oklch(10.0% 0.0000 0.0)"

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "monobiome" name = "monobiome"
version = "1.5.3" version = "1.5.4"
description = "Monobiome color palette" description = "Monobiome color palette"
requires-python = ">=3.12" requires-python = ">=3.12"
authors = [ authors = [

2
uv.lock generated
View File

@@ -882,7 +882,7 @@ wheels = [
[[package]] [[package]]
name = "monobiome" name = "monobiome"
version = "1.5.3" version = "1.5.4"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "coloraide" }, { name = "coloraide" },