From 858f8ae063a41bc32d594fed64cd45c8398cac1b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 4 Dec 2012 01:49:21 +0900 Subject: [PATCH] update color --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))