Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b580f47679 | |||
| b2e80a9f35 |
@@ -32,11 +32,11 @@ smoothly as a function of lightness within sRGB gamut bounds.
|
|||||||
|
|
||||||
| Chroma curves | Color trajectories |
|
| Chroma curves | Color trajectories |
|
||||||
|----------------------------------------------------------|------------------------------------------|
|
|----------------------------------------------------------|------------------------------------------|
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
| Palette |
|
| Palette |
|
||||||
|----------------------------------------------|
|
|----------------------------------------------|
|
||||||
|  |
|
|  |
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version = "1.5.2"
|
version = "1.5.4"
|
||||||
|
|
||||||
[alpine]
|
[alpine]
|
||||||
l10 = "#030303"
|
l10 = "#030303"
|
||||||
|
|||||||
@@ -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)"
|
||||||
|
|||||||
BIN
images/release/1.5.3/chroma-bounds.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
images/release/1.5.3/chroma-curves.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
images/release/1.5.3/palette-bare.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
images/release/1.5.3/palette.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
images/release/1.5.4/chroma-bounds.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
images/release/1.5.4/chroma-curves.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
images/release/1.5.4/palette-bare.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
images/release/1.5.4/palette.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
@@ -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 = [
|
||||||
|
|||||||