Fork me on GitHub
#cider
<
2023-01-13
>
pmooser16:01:04

I'm seeing a weird overlay when cider pops up a stacktrace buffer, and it has a light colored background that makes it hard to read the stack trace. Does anyone have any tips about tracking down this sort of thing? I've tried to identify the face under the cursor with C-u C-x = but either it's not there or I'm not able to interpret it correctly.

pmooser16:01:31

Looks like an overlay:

pmooser16:01:58

There is an overlay here:
 From 142 to 1937
  font-lock-face       (:background "#f332f332f332" :extend t)

pmooser16:01:15

I have no idea what this is coming from, but he works around it by setting this:

pmooser16:01:17

(set-variable 'cider-stacktrace-frames-background-color "#161616")