From 987cbac71908149b54b53503fce4d497c964e57b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 19 Dec 2012 21:09:33 +0900 Subject: [PATCH] fix emacs color name --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index e3214d9..9a69905 100644 --- a/emacs.el +++ b/emacs.el @@ -368,7 +368,7 @@ found, otherwise returns nil." (:background "color-234")) (((min-colors 256) (background light)) - (:background "gainsboro")) + (:background "color-234")) (t (:underline "black"))) "*Face used by hl-line.")