Fork me on GitHub
#cider
<
2017-11-29
>
daveliepmann12:11:08

What kind of response should I expect from cider-scale-background-color? I'm on 0.15.1 (London) and the responses seem odd: "#22e322e322e3" or "#f332f332f332". (This may be the source of problems I'm having with background color in stacktraces.)

grzm18:11:49

Are those copy-paste?

tanzoniteblack18:11:38

I'm seeing values like that too "#3ccd3ccd3ccd" (with the background color of the frame being "#303030"), and as far as I know these should be RGB values with normal 2 digit hex codes per value (i.e. max of 65535)

dpsutton18:11:09

it's set in this line from cider-test: (overlay-put (make-overlay beg (point)) 'font-lock-face bg) it's bg at this point

dpsutton18:11:23

(bg (:background ,cider-test-items-background-color))`