You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case the variable bg in ethan-wspace-appropriate-face is set to "color-235" which gets mapped to nil by color-values. ethan-wspace-alpha-blend then fails with wrong-type-argument number-or-marker-p nil as nil is set as the rgb argument.
The code should handle ansi color strings in frames.
The text was updated successfully, but these errors were encountered:
Hi! Sorry for the delayed response. Can you tell me more about your setup? Are you running emacs in a terminal or in a GUI? color-235 seems like a valid color when I run emacs -nw, and (color-values "color-235") produces (9766 9766 9766) there.
In my case the variable
bg
inethan-wspace-appropriate-face
is set to "color-235" which gets mapped to nil bycolor-values
.ethan-wspace-alpha-blend
then fails withwrong-type-argument number-or-marker-p nil
as nil is set as thergb
argument.The code should handle ansi color strings in frames.
The text was updated successfully, but these errors were encountered: