diff --git a/emacs.el b/emacs.el index d3b318d..e3214d9 100644 --- a/emacs.el +++ b/emacs.el @@ -365,7 +365,7 @@ found, otherwise returns nil." (defface my-hl-line '((((min-colors 256) (background dark)) - (:background "midnightblue")) + (:background "color-234")) (((min-colors 256) (background light)) (:background "gainsboro"))