From 996ec29d06068c75e2689eb98daa13a6047b0766 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 3 Jun 2016 12:34:49 +0900 Subject: [PATCH] Update my theme --- emacs.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 75ee48a..2252372 100644 --- a/emacs.el +++ b/emacs.el @@ -686,7 +686,10 @@ found, otherwise returns nil." (load-theme 'cyberpunk t) (set-face-attribute 'button nil - :inherit 'highlight)) + :inherit 'highlight) + (set-face-foreground 'mode-line-inactive + "white") + ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; file handling