We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71b31e commit d391f58Copy full SHA for d391f58
dap-mouse.el
@@ -42,7 +42,7 @@ applied with lower priority than the syntax highlighting."
42
(defvar dap-mouse-posframe-properties
43
(list :min-width 50
44
:internal-border-width 2
45
- :internal-border-color (face-attribute 'mode-line :background)
+ :internal-border-color (face-attribute 'tooltip :background)
46
:width 50
47
:min-height 10)
48
"The properties which will be used for creating the `posframe'.")
0 commit comments