Post ATkLhUtUzi1pRsNypk by galdor@emacs.ch
(DIR) More posts by galdor@emacs.ch
(DIR) Post #ATk5QQTSZlxDYD2nSq by galdor@emacs.ch
2023-03-18T14:11:11Z
0 likes, 0 repeats
Quick and dirty #Emacs Lisp function to convert a HSL color string to a RGB color string. I use it to specify face colors with HSL color strings which can be highlighted by rainbow-mode.Gist: https://gist.github.com/galdor/3844e62f299aaffa55a7dd48a7cf0911
(DIR) Post #ATk5XURUDkcxsvUPCK by davidr@hachyderm.io
2023-03-18T14:12:28Z
0 likes, 0 repeats
@galdor Just this morning I was thinking I should follow #lisp. Then I rejected it because I have too many timesucks in my life. So thanks for scratching that itch.
(DIR) Post #ATkJK89XBEoGLgcGnI by hmelman@mastodon.social
2023-03-18T16:46:54Z
0 likes, 0 repeats
@galdor I’m away from a computer but do you know about color.el that ships with #emacs?
(DIR) Post #ATkLhUtUzi1pRsNypk by galdor@emacs.ch
2023-03-18T17:13:34Z
0 likes, 0 repeats
@hmelman I do; color-hsl-to-rgb comes form color.el. But unless I missed something, it does not provide functions to manipulate color strings like this one.