From 7ae57c5b9580087950d793c0a9c391ba90f90fa5 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 26 Apr 2019 18:08:13 +0900 Subject: [PATCH] Update color --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 43d7111..11700ad 100644 --- a/emacs.el +++ b/emacs.el @@ -535,7 +535,7 @@ found, otherwise returns nil." "Default color of mode-line at init.") (defun my-mode-line-color-update (&rest args) "ARGS are discarded" - (let ((ro "tan") + (let ((ro "skyblue") (rw "grey75")) (if (or (not buffer-read-only) (and (eq major-mode 'wdired-mode)))