Update the modus-themes--hex-to-rgb doc string

This commit is contained in:
Protesilaos Stavrou 2026-04-10 14:03:51 +03:00
parent 6fa9f61f48
commit 2e19f038c3
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -3747,7 +3747,7 @@ Use `color-values-from-color-spec' (a C built-in since Emacs 28.1)
instead of `color-name-to-rgb' to avoid dependence on a display
connection. This matters when loading a theme during early init on
GUI Emacs, where `color-values' returns nil before the display is
ready (per issue #198)."
ready (per <https://github.com/protesilaos/modus-themes/issues/198>."
(mapcar
(lambda (x)
(/ x 65535.0))