branch: elpa/autothemer commit 4a707162451ceaba03c67801eb39e63d68128043 Author: Jason Milkins <jason...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 693d93a66b..5455c77bff 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ The package also includes useful theme development features see below. We've added new things to AutoThemer in recent weeks: -- Insert a face spec for a single unused face. Colors are filled using the palette color that's nearest (in CIELAB colorspace) +- Color distance is using CIELAB colorspace and CIE DE2000 distance algorithm. + - As a result all missing face commands generate better color matches from the theme palette. +- Colors which use color names (Red1, Burlywood and other gems. now get color matched properly.) +- You can interactively insert a single face spec from the un-themed / missing theme specs, with approximated colors as noted above. - [Updates to the list of themes using autothemer](#themes-using-autothemer) (More to come...) - [Theme Variant Architecture/TVA](#tva) A convention for developing themes with multiple versions. - [Generate a cool SVG Palette image](#generate-a-svg-image-of-the-palette) Generate a cool SVG Palette image [like this one...](https://raw.githubusercontent.com/emacsfodder/emacs-theme-orangey-bits/master/palette.svg)