From 5e0ea775a7d229271369b047bb93adade8e86855 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 5 Mar 2012 10:02:25 +0000 Subject: [PATCH] added mode-line-inactive customization --- tomorrow-night-paradise-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tomorrow-night-paradise-theme.el b/tomorrow-night-paradise-theme.el index cb22355..bb5cd50 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -37,6 +37,7 @@ `(fringe ((t (:background ,current-line)))) `(minibuffer-prompt ((t (:foreground ,blue)))) `(mode-line ((t (:background ,current-line :foreground ,foreground)))) + `(mode-line-inactive ((t (:background ,gray :foreground ,foreground)))) `(region ((t (:background ,selection)))) ;; Font-lock stuff