Closed davorb closed 8 years ago
Highlight-sexp-mode doesn't work well with this theme because a value for the variable hl-sexp-background-color is missing.
hl-sexp-background-color
Here's what doing (setf hl-sexp-background-color "#efebe9") does
(setf hl-sexp-background-color "#efebe9")
Is this OK?
Looks great.
Highlight-sexp-mode doesn't work well with this theme because a value for the variable
hl-sexp-background-color
is missing.Here's what doing
(setf hl-sexp-background-color "#efebe9")
does