<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>xiwal, branch HEAD</title>
<subtitle>Generate terminal color schemes</subtitle>
<entry>
<id>be2cb26a6cd536b3cae241a0c5025753ea5cfca1</id>
<published>2026-02-19T12:33:17Z</published>
<updated>2026-02-19T12:53:39Z</updated>
<title type="text">refactor: use f-strings</title>
<link rel="alternate" type="text/html" href="commit/be2cb26a6cd536b3cae241a0c5025753ea5cfca1.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: use f-strings
</content>
</entry>
<entry>
<id>26feb2ee9c8a121fe3b666cfec06a1b82b59fc4c</id>
<published>2026-02-19T12:30:54Z</published>
<updated>2026-02-19T12:53:39Z</updated>
<title type="text">use both normal and bright colors for 256 schema</title>
<link rel="alternate" type="text/html" href="commit/26feb2ee9c8a121fe3b666cfec06a1b82b59fc4c.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">use both normal and bright colors for 256 schema
</content>
</entry>
<entry>
<id>53fa3d7e14da2b0b1dab9c0758d6b097cd779bae</id>
<published>2026-02-19T12:29:53Z</published>
<updated>2026-02-19T12:53:21Z</updated>
<title type="text">add 256 color support</title>
<link rel="alternate" type="text/html" href="commit/53fa3d7e14da2b0b1dab9c0758d6b097cd779bae.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add 256 color support

inspired by https://github.com/jake-stewart/color256/
</content>
</entry>
<entry>
<id>8aea9eb34bff446afcef1e0402c136e67876d9b1</id>
<published>2026-02-19T12:28:01Z</published>
<updated>2026-02-19T12:28:01Z</updated>
<title type="text">lch: add support for 12 char hex</title>
<link rel="alternate" type="text/html" href="commit/8aea9eb34bff446afcef1e0402c136e67876d9b1.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">lch: add support for 12 char hex
</content>
</entry>
<entry>
<id>ac6dc55b52b12b945dd031ecbaf4591dcbf5095b</id>
<published>2026-02-19T12:27:45Z</published>
<updated>2026-02-19T12:27:45Z</updated>
<title type="text">add lch.mix()</title>
<link rel="alternate" type="text/html" href="commit/ac6dc55b52b12b945dd031ecbaf4591dcbf5095b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add lch.mix()
</content>
</entry>
<entry>
<id>621f9ba577819b4ef6847ce9951d77726277fe01</id>
<published>2026-02-19T07:04:32Z</published>
<updated>2026-02-19T07:04:32Z</updated>
<title type="text">refactor: rm unnecessary nesting</title>
<link rel="alternate" type="text/html" href="commit/621f9ba577819b4ef6847ce9951d77726277fe01.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: rm unnecessary nesting
</content>
</entry>
<entry>
<id>90de59307fc0b7344d60bf89d04e4c824188562e</id>
<published>2026-02-19T06:59:55Z</published>
<updated>2026-02-19T06:59:55Z</updated>
<title type="text">update oklab matrices</title>
<link rel="alternate" type="text/html" href="commit/90de59307fc0b7344d60bf89d04e4c824188562e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update oklab matrices

Those were corrected on 2021-01-25

see https://bottosson.github.io/posts/oklab/#converting-from-linear-srgb-to-oklab
</content>
</entry>
<entry>
<id>fb8dfd700c92ae91985dac5765e02964e510bb3c</id>
<published>2026-01-28T09:49:34Z</published>
<updated>2026-01-28T09:50:08Z</updated>
<title type="text">use functools.cache</title>
<link rel="alternate" type="text/html" href="commit/fb8dfd700c92ae91985dac5765e02964e510bb3c.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">use functools.cache
</content>
</entry>
<entry>
<id>ffb400a789b9abb5ba727e96ec4df66aa549eafe</id>
<published>2026-01-28T09:46:32Z</published>
<updated>2026-01-28T09:48:38Z</updated>
<title type="text">optimize permutations</title>
<link rel="alternate" type="text/html" href="commit/ffb400a789b9abb5ba727e96ec4df66aa549eafe.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">optimize permutations

- faster because there is less allocations (?)
- skip some permutations based on their lowest possible score
</content>
</entry>
<entry>
<id>555ff4935ee4dad738d61af2d25668e81f10e0fd</id>
<published>2026-01-28T09:45:26Z</published>
<updated>2026-01-28T09:45:26Z</updated>
<title type="text">use itertools.permutations</title>
<link rel="alternate" type="text/html" href="commit/555ff4935ee4dad738d61af2d25668e81f10e0fd.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">use itertools.permutations
</content>
</entry>
<entry>
<id>14e071ac8d823b82295a58a05b8d670258d80538</id>
<published>2026-01-28T09:44:27Z</published>
<updated>2026-01-28T09:44:27Z</updated>
<title type="text">lch: document value ranges</title>
<link rel="alternate" type="text/html" href="commit/14e071ac8d823b82295a58a05b8d670258d80538.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">lch: document value ranges
</content>
</entry>
<entry>
<id>1979522d3121f4b4dd30090f0726f983d4b30a0d</id>
<published>2023-11-05T09:53:02Z</published>
<updated>2023-11-05T09:53:02Z</updated>
<title type="text">switch to pyproject.toml</title>
<link rel="alternate" type="text/html" href="commit/1979522d3121f4b4dd30090f0726f983d4b30a0d.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">switch to pyproject.toml
</content>
</entry>
<entry>
<id>3d8839acaf0c4741a128bf3eb8f8229520a5a53f</id>
<published>2023-11-05T09:48:23Z</published>
<updated>2023-11-05T09:48:23Z</updated>
<title type="text">lint</title>
<link rel="alternate" type="text/html" href="commit/3d8839acaf0c4741a128bf3eb8f8229520a5a53f.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">lint
</content>
</entry>
<entry>
<id>5a568136591570a7f6f869a38ac4c1a186106bfc</id>
<published>2021-03-30T10:20:55Z</published>
<updated>2021-03-30T10:20:55Z</updated>
<title type="text">Merge branch &#39;oklab&#39;</title>
<link rel="alternate" type="text/html" href="commit/5a568136591570a7f6f869a38ac4c1a186106bfc.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">Merge branch &#39;oklab&#39;
</content>
</entry>
<entry>
<id>23e11dfc6dc784c7b0920dc0d93366188b2492d2</id>
<published>2021-01-20T22:31:43Z</published>
<updated>2021-01-20T22:31:43Z</updated>
<title type="text">update preview</title>
<link rel="alternate" type="text/html" href="commit/23e11dfc6dc784c7b0920dc0d93366188b2492d2.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update preview
</content>
</entry>
<entry>
<id>8995a2b57e8b6dbf8ceaf76312a2ab169226da2c</id>
<published>2021-01-20T22:09:02Z</published>
<updated>2021-01-20T22:23:38Z</updated>
<title type="text">adapt values</title>
<link rel="alternate" type="text/html" href="commit/8995a2b57e8b6dbf8ceaf76312a2ab169226da2c.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">adapt values
</content>
</entry>
<entry>
<id>2360c3c880fe6945dedc39ab1952f7ecee89070b</id>
<published>2021-01-20T22:08:54Z</published>
<updated>2021-01-20T22:08:54Z</updated>
<title type="text">implement oklab color space</title>
<link rel="alternate" type="text/html" href="commit/2360c3c880fe6945dedc39ab1952f7ecee89070b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">implement oklab color space
</content>
</entry>
<entry>
<id>96a204aedf54cde3e9772c04032c63d7a3f9aefb</id>
<published>2020-07-05T11:59:55Z</published>
<updated>2020-07-05T11:59:55Z</updated>
<title type="text">adapt preview</title>
<link rel="alternate" type="text/html" href="commit/96a204aedf54cde3e9772c04032c63d7a3f9aefb.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">adapt preview
</content>
</entry>
<entry>
<id>4cf17ad6155e0c82fff364cc64b193aee5cd0f58</id>
<published>2020-07-05T09:28:29Z</published>
<updated>2020-07-05T11:49:24Z</updated>
<title type="text">increase contrast between red and green</title>
<link rel="alternate" type="text/html" href="commit/4cf17ad6155e0c82fff364cc64b193aee5cd0f58.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">increase contrast between red and green

-	git diff uses normal (non-bright) colors, so there needs to be
	sufficient contrast between normal red and normal green
-	slightly increase total range
-	no longer care for contrast between bright and normal colors
-	align more with my daily driver scheme
</content>
</entry>
<entry>
<id>d6247dba1bf4a61a8d903eeddf8b71f1803c0b0c</id>
<published>2019-11-17T11:21:39Z</published>
<updated>2019-11-17T11:21:39Z</updated>
<title type="text">fix ORDER</title>
<link rel="alternate" type="text/html" href="commit/d6247dba1bf4a61a8d903eeddf8b71f1803c0b0c.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix ORDER
</content>
</entry>
<entry>
<id>bb74ffc79f614df93ca93712034b4c5416fc09a5</id>
<published>2019-11-17T11:17:53Z</published>
<updated>2019-11-17T11:17:53Z</updated>
<title type="text">typo</title>
<link rel="alternate" type="text/html" href="commit/bb74ffc79f614df93ca93712034b4c5416fc09a5.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">typo
</content>
</entry>
<entry>
<id>4743fa311f972d63fbb080b4437ac76d6c7b1921</id>
<published>2019-11-17T11:15:52Z</published>
<updated>2019-11-17T11:15:52Z</updated>
<title type="text">skip redundant first agument to range()</title>
<link rel="alternate" type="text/html" href="commit/4743fa311f972d63fbb080b4437ac76d6c7b1921.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">skip redundant first agument to range()
</content>
</entry>
<entry>
<id>41a547c612781b27f51cea4ee030e621cb9945cc</id>
<published>2019-11-17T10:27:36Z</published>
<updated>2019-11-17T10:27:36Z</updated>
<title type="text">Create LICENSE</title>
<link rel="alternate" type="text/html" href="commit/41a547c612781b27f51cea4ee030e621cb9945cc.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">Create LICENSE</content>
</entry>
<entry>
<id>ea787877efa010109fff40e9504e7989eb0d377a</id>
<published>2019-11-17T10:24:24Z</published>
<updated>2019-11-17T10:24:24Z</updated>
<title type="text">add github url to setup.py</title>
<link rel="alternate" type="text/html" href="commit/ea787877efa010109fff40e9504e7989eb0d377a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add github url to setup.py
</content>
</entry>
<entry>
<id>d0439d404c412853ad2b506ca53d220f788c8f6c</id>
<published>2019-11-17T10:21:48Z</published>
<updated>2019-11-17T10:21:48Z</updated>
<title type="text">typo</title>
<link rel="alternate" type="text/html" href="commit/d0439d404c412853ad2b506ca53d220f788c8f6c.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">typo
</content>
</entry>
<entry>
<id>05df226b2ecebc09a1edafeaeb1cd924dbf44999</id>
<published>2019-11-17T10:10:43Z</published>
<updated>2019-11-17T10:10:43Z</updated>
<title type="text">write ~/.cache/wal/sequences</title>
<link rel="alternate" type="text/html" href="commit/05df226b2ecebc09a1edafeaeb1cd924dbf44999.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">write ~/.cache/wal/sequences
</content>
</entry>
<entry>
<id>02695452fc0331b00e21ec7ea746bf52e5db9224</id>
<published>2019-11-17T10:10:28Z</published>
<updated>2019-11-17T10:10:28Z</updated>
<title type="text">use %i for integer interpolation</title>
<link rel="alternate" type="text/html" href="commit/02695452fc0331b00e21ec7ea746bf52e5db9224.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">use %i for integer interpolation
</content>
</entry>
<entry>
<id>b25fd5b480753a8ab4cfef4c2f0473d7cc5158c4</id>
<published>2019-11-17T09:57:26Z</published>
<updated>2019-11-17T09:57:26Z</updated>
<title type="text">slow down animation</title>
<link rel="alternate" type="text/html" href="commit/b25fd5b480753a8ab4cfef4c2f0473d7cc5158c4.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">slow down animation
</content>
</entry>
<entry>
<id>881517676170082b03b96e9c9deb7d8c7ca4ebe2</id>
<published>2019-11-17T09:52:27Z</published>
<updated>2019-11-17T09:52:27Z</updated>
<title type="text">add README</title>
<link rel="alternate" type="text/html" href="commit/881517676170082b03b96e9c9deb7d8c7ca4ebe2.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add README
</content>
</entry>
<entry>
<id>771079bafa29e4e98c587f7ba14eb78440016c68</id>
<published>2019-11-17T09:52:14Z</published>
<updated>2019-11-17T09:52:14Z</updated>
<title type="text">refine scoring (again)</title>
<link rel="alternate" type="text/html" href="commit/771079bafa29e4e98c587f7ba14eb78440016c68.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refine scoring (again)
</content>
</entry>
<entry>
<id>544c4ce6733010d84861b3578fc310956a8faf7f</id>
<published>2019-11-17T09:52:07Z</published>
<updated>2019-11-17T09:52:07Z</updated>
<title type="text">add --apply option</title>
<link rel="alternate" type="text/html" href="commit/544c4ce6733010d84861b3578fc310956a8faf7f.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add --apply option
</content>
</entry>
<entry>
<id>930262dc027691f02250fa8b62e683a18f9e1725</id>
<published>2019-11-17T09:51:48Z</published>
<updated>2019-11-17T09:51:48Z</updated>
<title type="text">add preview image</title>
<link rel="alternate" type="text/html" href="commit/930262dc027691f02250fa8b62e683a18f9e1725.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add preview image

based on the pywal preview
</content>
</entry>
<entry>
<id>12a26c460c7e421fe0a93fc2dbf0e4de8a95ac3e</id>
<published>2019-11-17T08:06:29Z</published>
<updated>2019-11-17T08:06:29Z</updated>
<title type="text">rename to xiwal</title>
<link rel="alternate" type="text/html" href="commit/12a26c460c7e421fe0a93fc2dbf0e4de8a95ac3e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">rename to xiwal
</content>
</entry>
<entry>
<id>0e6c8e53a21b43683bd265dc86e34456df038552</id>
<published>2019-11-15T09:22:56Z</published>
<updated>2019-11-15T09:23:34Z</updated>
<title type="text">perf: cache some values in score calculation</title>
<link rel="alternate" type="text/html" href="commit/0e6c8e53a21b43683bd265dc86e34456df038552.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">perf: cache some values in score calculation
</content>
</entry>
<entry>
<id>d271ac3429f10a91feb772d23ce84ad6bf1260e8</id>
<published>2019-11-15T08:58:31Z</published>
<updated>2019-11-15T09:23:34Z</updated>
<title type="text">keep palette after theme change</title>
<link rel="alternate" type="text/html" href="commit/d271ac3429f10a91feb772d23ce84ad6bf1260e8.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">keep palette after theme change

use *these* colors, not theme colors for palette
</content>
</entry>
<entry>
<id>fde244a9d8cefb2b807c2807beebc4a7282fb98d</id>
<published>2019-11-15T08:42:31Z</published>
<updated>2019-11-15T09:23:34Z</updated>
<title type="text">move some magic numbers into constants</title>
<link rel="alternate" type="text/html" href="commit/fde244a9d8cefb2b807c2807beebc4a7282fb98d.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">move some magic numbers into constants
</content>
</entry>
<entry>
<id>6098e30ef537467a3eecdec0e80c1fe8608e1b3e</id>
<published>2019-11-15T08:37:38Z</published>
<updated>2019-11-15T09:23:34Z</updated>
<title type="text">resize image (performance)</title>
<link rel="alternate" type="text/html" href="commit/6098e30ef537467a3eecdec0e80c1fe8608e1b3e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">resize image (performance)
</content>
</entry>
<entry>
<id>a84eabfda17d05042aba8eee37d13839029020c9</id>
<published>2019-11-15T08:32:38Z</published>
<updated>2019-11-15T09:23:34Z</updated>
<title type="text">fix scoring</title>
<link rel="alternate" type="text/html" href="commit/a84eabfda17d05042aba8eee37d13839029020c9.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix scoring
</content>
</entry>
<entry>
<id>58402d3779c4589f1afe7e9d16da710edd30b7e3</id>
<published>2019-11-15T08:32:04Z</published>
<updated>2019-11-15T09:23:34Z</updated>
<title type="text">include black/white lightness in L_DARK/L_LIGHT</title>
<link rel="alternate" type="text/html" href="commit/58402d3779c4589f1afe7e9d16da710edd30b7e3.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">include black/white lightness in L_DARK/L_LIGHT
</content>
</entry>
<entry>
<id>f9dafb6dca0fc126a3ba2164b0e0ced26a219fae</id>
<published>2019-11-15T08:18:49Z</published>
<updated>2019-11-15T09:23:34Z</updated>
<title type="text">more flexible hex parsing</title>
<link rel="alternate" type="text/html" href="commit/f9dafb6dca0fc126a3ba2164b0e0ced26a219fae.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">more flexible hex parsing
</content>
</entry>
<entry>
<id>cc517405234c5152f16e8d3ce80d823efc1f2e0e</id>
<published>2019-11-15T08:16:58Z</published>
<updated>2019-11-15T08:16:58Z</updated>
<title type="text">fix variable name collision</title>
<link rel="alternate" type="text/html" href="commit/cc517405234c5152f16e8d3ce80d823efc1f2e0e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix variable name collision
</content>
</entry>
<entry>
<id>5552f891a959763fa4130662495c62a8252fc5d7</id>
<published>2019-11-15T08:12:06Z</published>
<updated>2019-11-15T08:12:06Z</updated>
<title type="text">add setup.py</title>
<link rel="alternate" type="text/html" href="commit/5552f891a959763fa4130662495c62a8252fc5d7.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add setup.py
</content>
</entry>
<entry>
<id>1b225201d1f08bfb817602a0281d19ac615224e0</id>
<published>2019-11-15T08:05:42Z</published>
<updated>2019-11-15T08:05:42Z</updated>
<title type="text">rm predefined schemes</title>
<link rel="alternate" type="text/html" href="commit/1b225201d1f08bfb817602a0281d19ac615224e0.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">rm predefined schemes
</content>
</entry>
<entry>
<id>e255b8439a45f2e9a7f152c639c9cbc8b1a97da1</id>
<published>2019-11-15T08:05:30Z</published>
<updated>2019-11-15T08:05:30Z</updated>
<title type="text">add argparse</title>
<link rel="alternate" type="text/html" href="commit/e255b8439a45f2e9a7f152c639c9cbc8b1a97da1.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add argparse
</content>
</entry>
<entry>
<id>bd7b6bba464c0a92a4507fb327f8a461f6b46ef8</id>
<published>2019-11-15T07:55:27Z</published>
<updated>2019-11-15T07:55:27Z</updated>
<title type="text">add some documentation</title>
<link rel="alternate" type="text/html" href="commit/bd7b6bba464c0a92a4507fb327f8a461f6b46ef8.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add some documentation
</content>
</entry>
<entry>
<id>f74eedfd94f8f578547b141bdb332414a84ff5e8</id>
<published>2019-11-15T07:51:40Z</published>
<updated>2019-11-15T07:51:40Z</updated>
<title type="text">split into different files</title>
<link rel="alternate" type="text/html" href="commit/f74eedfd94f8f578547b141bdb332414a84ff5e8.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">split into different files
</content>
</entry>
<entry>
<id>2e5962262b552e32d1aa991901a35ef39cfdacdc</id>
<published>2019-11-15T07:26:22Z</published>
<updated>2019-11-15T07:26:22Z</updated>
<title type="text">increase exponent in distance calculation</title>
<link rel="alternate" type="text/html" href="commit/2e5962262b552e32d1aa991901a35ef39cfdacdc.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">increase exponent in distance calculation

smaller values get smaller and larger values get larger
</content>
</entry>
<entry>
<id>b2eb3bd99cacb011f87ce1590b94f2dd47901feb</id>
<published>2019-11-15T07:23:38Z</published>
<updated>2019-11-15T07:23:38Z</updated>
<title type="text">wip: allow to generate schema based on existing colors</title>
<link rel="alternate" type="text/html" href="commit/b2eb3bd99cacb011f87ce1590b94f2dd47901feb.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wip: allow to generate schema based on existing colors
</content>
</entry>
<entry>
<id>b6f19fa93a8bee083ccba40f29f74318d640b156</id>
<published>2019-11-15T07:23:05Z</published>
<updated>2019-11-15T07:23:05Z</updated>
<title type="text">refine dark white lightness</title>
<link rel="alternate" type="text/html" href="commit/b6f19fa93a8bee083ccba40f29f74318d640b156.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refine dark white lightness
</content>
</entry>
<entry>
<id>addca79faa7c3e74ea64f74ac267519200eb8677</id>
<published>2019-11-15T07:22:50Z</published>
<updated>2019-11-15T07:22:50Z</updated>
<title type="text">refine offset (again)</title>
<link rel="alternate" type="text/html" href="commit/addca79faa7c3e74ea64f74ac267519200eb8677.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refine offset (again)
</content>
</entry>
<entry>
<id>86bfb53524a9ce618754912c349f258291752443</id>
<published>2019-11-14T11:14:03Z</published>
<updated>2019-11-14T11:14:03Z</updated>
<title type="text">set minimum saturation for red/green</title>
<link rel="alternate" type="text/html" href="commit/86bfb53524a9ce618754912c349f258291752443.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">set minimum saturation for red/green

important signal colors in diffs or alerts
</content>
</entry>
</feed>
