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.
color
color-*-name
1 parent fb4cd11 commit 33c971aCopy full SHA for 33c971a
modules/me-editor.el
@@ -107,6 +107,7 @@
107
(with-eval-after-load 'selection-highlight-mode
108
(with-eval-after-load 'isearch
109
(when (display-graphic-p)
110
+ (require 'color)
111
(set-face-background
112
'selection-highlight-mode-match-face
113
(funcall (if (eq 'light (frame-parameter nil 'background-mode)) #'color-lighten-name #'color-darken-name)
0 commit comments