From 59f53e4826302deda41cc1176476a6836fe54196 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 8 May 2019 18:09:49 +0900 Subject: [PATCH] midnightblue --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 8dff548..b0de4aa 100644 --- a/emacs.el +++ b/emacs.el @@ -774,7 +774,7 @@ found, otherwise returns nil." (face-spec-set 'hl-line '((((min-colors 256) (background dark)) - (:background "RoyalBlue4")) + (:background "midnightblue")) (((min-colors 256) (background light)) ;; TODO: What is should be?