Closed fommil closed 8 years ago
btw, looks like avg
is an empty list here.
the debugging stack trace seems to imply that focus-make-dim-color
is calling focus-average-colors
with nil
parameters.
You might want to know that I'm running this in my CI (yes, I run my .emacs.d
in CI... yes, I know...) so this might be a headless emacs thing.
Ok, I get the same error if I run Emacs completely without a theme. This can only be achieved by running Emacs in the terminal (which I normally don't).
Do you have an idea for a fix?
maybe do some nil
checking?
color-rgb-to-hex
takes 3 arguments. This causes focus to blow up when I load it.